Skip to content

Commit bb00b3b

Browse files
Updating BouncyCastle. See also #9
1 parent 85912fe commit bb00b3b

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

pom.xml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.bouncycastle</groupId>
4343
<artifactId>bcprov-jdk15on</artifactId>
44-
<version>1.59</version>
44+
<version>1.60</version>
4545
<!-- see maven-shade-plugin; we don't want this as a transitive dependency in other projects -->
4646
<optional>true</optional>
4747
</dependency>
@@ -145,7 +145,7 @@
145145
<plugin>
146146
<groupId>org.moditect</groupId>
147147
<artifactId>moditect-maven-plugin</artifactId>
148-
<version>1.0.0.Alpha2</version>
148+
<version>1.0.0.Beta1</version>
149149
<executions>
150150
<execution>
151151
<id>add-module-infos</id>
@@ -155,12 +155,11 @@
155155
</goals>
156156
<configuration>
157157
<module>
158-
<moduleInfo>
159-
<name>org.cryptomator.siv</name>
160-
<exports>
161-
org.cryptomator.siv;
162-
</exports>
163-
</moduleInfo>
158+
<moduleInfoSource>
159+
module org.cryptomator.siv {
160+
exports org.cryptomator.siv;
161+
}
162+
</moduleInfoSource>
164163
</module>
165164
</configuration>
166165
</execution>

0 commit comments

Comments
 (0)