Skip to content

Commit 836b100

Browse files
committed
Dependency updates
1 parent 6dfc101 commit 836b100

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pom.xml

+13-13
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
<jackson.version>[2.15.0,)</jackson.version>
4949
<slf4j.version>[1.7,)</slf4j.version>
5050
<logback.version>[1.2,)</logback.version>
51-
<junit-jupiter.version>5.10.2</junit-jupiter.version>
52-
<junit-platform.version>1.10.2</junit-platform.version>
51+
<junit-jupiter.version>5.11.2</junit-jupiter.version>
52+
<junit-platform.version>1.11.2</junit-platform.version>
5353
</properties>
5454

5555
<dependencies>
@@ -132,7 +132,7 @@
132132
<dependency>
133133
<groupId>org.hamcrest</groupId>
134134
<artifactId>hamcrest</artifactId>
135-
<version>2.2</version>
135+
<version>3.0</version>
136136
<scope>test</scope>
137137
</dependency>
138138
<dependency>
@@ -260,7 +260,7 @@
260260
<plugin>
261261
<groupId>com.github.spotbugs</groupId>
262262
<artifactId>spotbugs-maven-plugin</artifactId>
263-
<version>4.8.6.2</version>
263+
<version>4.8.6.4</version>
264264
<configuration>
265265
<fork>true</fork>
266266
<effort>Max</effort>
@@ -289,7 +289,7 @@
289289
<plugin>
290290
<groupId>org.apache.maven.plugins</groupId>
291291
<artifactId>maven-checkstyle-plugin</artifactId>
292-
<version>3.4.0</version>
292+
<version>3.5.0</version>
293293
<configuration>
294294
<configLocation>${basedir}/checkstyle.xml</configLocation>
295295
<encoding>UTF-8</encoding>
@@ -310,15 +310,15 @@
310310
<dependency>
311311
<groupId>com.puppycrawl.tools</groupId>
312312
<artifactId>checkstyle</artifactId>
313-
<version>10.17.0</version>
313+
<version>10.18.2</version>
314314
</dependency>
315315
</dependencies>
316316
</plugin>
317317

318318
<plugin>
319319
<groupId>org.apache.maven.plugins</groupId>
320320
<artifactId>maven-surefire-plugin</artifactId>
321-
<version>3.3.1</version>
321+
<version>3.5.1</version>
322322
<configuration>
323323
<forkCount>${forkCount}</forkCount>
324324
<reuseForks>true</reuseForks>
@@ -341,7 +341,7 @@
341341
<plugin>
342342
<groupId>org.apache.maven.plugins</groupId>
343343
<artifactId>maven-failsafe-plugin</artifactId>
344-
<version>3.3.1</version>
344+
<version>3.5.1</version>
345345
<executions>
346346
<execution>
347347
<goals>
@@ -426,7 +426,7 @@
426426
<plugin>
427427
<groupId>org.owasp</groupId>
428428
<artifactId>dependency-check-maven</artifactId>
429-
<version>10.0.3</version>
429+
<version>10.0.4</version>
430430
<configuration>
431431
<failBuildOnCVSS>8</failBuildOnCVSS>
432432
<failOnError>false</failOnError>
@@ -448,7 +448,7 @@
448448
<plugin>
449449
<groupId>org.apache.maven.plugins</groupId>
450450
<artifactId>maven-dependency-plugin</artifactId>
451-
<version>3.7.1</version>
451+
<version>3.8.0</version>
452452
<executions>
453453
<execution>
454454
<id>copy-dependencies</id>
@@ -481,7 +481,7 @@
481481
<plugin>
482482
<groupId>org.apache.maven.plugins</groupId>
483483
<artifactId>maven-javadoc-plugin</artifactId>
484-
<version>3.7.0</version>
484+
<version>3.10.1</version>
485485
<executions>
486486
<execution>
487487
<id>attach-javadocs</id>
@@ -518,7 +518,7 @@
518518
<plugin>
519519
<groupId>org.apache.maven.plugins</groupId>
520520
<artifactId>maven-project-info-reports-plugin</artifactId>
521-
<version>3.6.2</version>
521+
<version>3.7.0</version>
522522
</plugin>
523523

524524
<plugin>
@@ -615,7 +615,7 @@
615615
<plugin>
616616
<groupId>org.apache.maven.plugins</groupId>
617617
<artifactId>maven-gpg-plugin</artifactId>
618-
<version>3.2.4</version>
618+
<version>3.2.7</version>
619619
<executions>
620620
<execution>
621621
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)