File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 41
41
<dependency >
42
42
<groupId >org.bouncycastle</groupId >
43
43
<artifactId >bcprov-jdk15on</artifactId >
44
- <version >1.59 </version >
44
+ <version >1.60 </version >
45
45
<!-- see maven-shade-plugin; we don't want this as a transitive dependency in other projects -->
46
46
<optional >true</optional >
47
47
</dependency >
145
145
<plugin >
146
146
<groupId >org.moditect</groupId >
147
147
<artifactId >moditect-maven-plugin</artifactId >
148
- <version >1.0.0.Alpha2 </version >
148
+ <version >1.0.0.Beta1 </version >
149
149
<executions >
150
150
<execution >
151
151
<id >add-module-infos</id >
155
155
</goals >
156
156
<configuration >
157
157
<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 >
164
163
</module >
165
164
</configuration >
166
165
</execution >
You can’t perform that action at this time.
0 commit comments