Skip to content

Commit 741a455

Browse files
Merge branch 'release/1.4.0'
2 parents 516e30a + 86288ef commit 741a455

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

pom.xml

Lines changed: 10 additions & 7 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.64</version>
44+
<version>1.65</version>
4545
<!-- see maven-shade-plugin; we don't want this as a transitive dependency in other projects -->
4646
<optional>true</optional>
4747
</dependency>
@@ -50,13 +50,13 @@
5050
<dependency>
5151
<groupId>org.junit.jupiter</groupId>
5252
<artifactId>junit-jupiter</artifactId>
53-
<version>5.6.0</version>
53+
<version>5.6.2</version>
5454
<scope>test</scope>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.mockito</groupId>
5858
<artifactId>mockito-core</artifactId>
59-
<version>3.2.4</version>
59+
<version>3.3.3</version>
6060
<scope>test</scope>
6161
</dependency>
6262
<dependency>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>com.google.guava</groupId>
7070
<artifactId>guava</artifactId>
71-
<version>28.2-jre</version>
71+
<version>29.0-jre</version>
7272
<scope>test</scope>
7373
</dependency>
7474
<dependency>
@@ -152,7 +152,7 @@
152152
</plugin>
153153
<plugin>
154154
<artifactId>maven-shade-plugin</artifactId>
155-
<version>3.2.2</version>
155+
<version>3.2.3</version>
156156
<executions>
157157
<execution>
158158
<phase>package</phase>
@@ -199,7 +199,7 @@
199199
<plugin>
200200
<groupId>org.owasp</groupId>
201201
<artifactId>dependency-check-maven</artifactId>
202-
<version>5.3.0</version>
202+
<version>5.3.2</version>
203203
<configuration>
204204
<cveValidForHours>24</cveValidForHours>
205205
<failBuildOnCVSS>0</failBuildOnCVSS>
@@ -262,7 +262,7 @@
262262
</plugin>
263263
<plugin>
264264
<artifactId>maven-javadoc-plugin</artifactId>
265-
<version>3.1.1</version>
265+
<version>3.2.0</version>
266266
<executions>
267267
<execution>
268268
<id>attach-javadocs</id>
@@ -271,6 +271,9 @@
271271
</goals>
272272
</execution>
273273
</executions>
274+
<configuration>
275+
<release>8</release>
276+
</configuration>
274277
</plugin>
275278
</plugins>
276279
</build>

0 commit comments

Comments
 (0)