Skip to content

Commit fc7d9db

Browse files
Merge branch 'release/1.3.0' into develop
2 parents cec4e8e + 5c0d440 commit fc7d9db

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.cryptomator</groupId>
55
<artifactId>siv-mode</artifactId>
6-
<version>1.3.0-SNAPSHOT</version>
6+
<version>1.4.0-SNAPSHOT</version>
77

88
<name>SIV Mode</name>
99
<description>RFC 5297 SIV mode: deterministic authenticated encryption</description>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.bouncycastle</groupId>
4343
<artifactId>bcprov-jdk15on</artifactId>
44-
<version>1.57</version>
44+
<version>1.59</version>
4545
<!-- see maven-shade-plugin; we don't want this as a transitive dependency in other projects -->
4646
<optional>true</optional>
4747
</dependency>
@@ -56,25 +56,25 @@
5656
<dependency>
5757
<groupId>org.mockito</groupId>
5858
<artifactId>mockito-core</artifactId>
59-
<version>2.8.47</version>
59+
<version>2.16.0</version>
6060
<scope>test</scope>
6161
</dependency>
6262
<dependency>
6363
<groupId>com.google.guava</groupId>
6464
<artifactId>guava</artifactId>
65-
<version>23.6-jre</version>
65+
<version>24.0-jre</version>
6666
<scope>test</scope>
6767
</dependency>
6868
<dependency>
6969
<groupId>org.openjdk.jmh</groupId>
7070
<artifactId>jmh-core</artifactId>
71-
<version>1.19</version>
71+
<version>1.20</version>
7272
<scope>test</scope>
7373
</dependency>
7474
<dependency>
7575
<groupId>org.openjdk.jmh</groupId>
7676
<artifactId>jmh-generator-annprocess</artifactId>
77-
<version>1.19</version>
77+
<version>1.20</version>
7878
<scope>test</scope>
7979
</dependency>
8080
</dependencies>
@@ -144,7 +144,7 @@
144144
</plugin>
145145
<plugin>
146146
<groupId>org.moditect</groupId>
147-
<artifactId>moditect-maven-plugin</artifactId>
147+
<artifactId>moditect-maven-plugin</artifactId>
148148
<version>1.0.0.Alpha2</version>
149149
<executions>
150150
<execution>
@@ -188,7 +188,7 @@
188188
<plugin>
189189
<groupId>org.owasp</groupId>
190190
<artifactId>dependency-check-maven</artifactId>
191-
<version>2.1.1</version>
191+
<version>3.1.1</version>
192192
<configuration>
193193
<cveValidForHours>24</cveValidForHours>
194194
<failBuildOnCVSS>0</failBuildOnCVSS>
@@ -212,7 +212,7 @@
212212
<plugin>
213213
<groupId>org.jacoco</groupId>
214214
<artifactId>jacoco-maven-plugin</artifactId>
215-
<version>0.7.9</version>
215+
<version>0.8.0</version>
216216
<executions>
217217
<execution>
218218
<id>prepare-agent</id>

0 commit comments

Comments
 (0)