Skip to content

Commit 878da0d

Browse files
committed
Update dependencies
1 parent 4b6761f commit 878da0d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@
4949
<maven.compiler.showCompilationChanges>true</maven.compiler.showCompilationChanges>
5050
<maven.compiler.createMissingPackageInfoClass>false</maven.compiler.createMissingPackageInfoClass>
5151

52-
<org.junit.version>5.11.4</org.junit.version>
52+
<org.junit.version>5.13.1</org.junit.version>
5353
<!-- Stay on 4.x for Java 8 compatibility. Newer versions are used for Java 11+ builds -->
5454
<mockito.version>4.11.0</mockito.version>
5555
<slf4j.version>1.7.36</slf4j.version>
56-
<lombok.version>1.18.36</lombok.version>
57-
<jna.version>5.16.0</jna.version>
58-
<bouncycastle.version>1.79</bouncycastle.version>
59-
<vertx.version>4.5.11</vertx.version>
56+
<lombok.version>1.18.38</lombok.version>
57+
<jna.version>5.17.0</jna.version>
58+
<bouncycastle.version>1.81</bouncycastle.version>
59+
<vertx.version>4.5.16</vertx.version>
6060
<!-- Stay on 1.7 for Java 8 compatibility. Newer versions are used for Java 11+ builds -->
6161
<google-java-format.version>1.7</google-java-format.version>
6262
<spotless.version>2.30.0</spotless.version>
@@ -111,7 +111,7 @@
111111
<plugin>
112112
<groupId>org.apache.maven.plugins</groupId>
113113
<artifactId>maven-compiler-plugin</artifactId>
114-
<version>3.13.0</version>
114+
<version>3.14.0</version>
115115
<configuration>
116116
<compilerArgs>
117117
<arg>-Xlint:all,-serial,-processing</arg>
@@ -237,7 +237,7 @@
237237
<plugin>
238238
<groupId>org.apache.maven.plugins</groupId>
239239
<artifactId>maven-surefire-plugin</artifactId>
240-
<version>3.5.2</version>
240+
<version>3.5.3</version>
241241
<configuration>
242242
<rerunFailingTestsCount>3</rerunFailingTestsCount>
243243
<includes>
@@ -254,7 +254,7 @@
254254
<plugin>
255255
<groupId>org.jacoco</groupId>
256256
<artifactId>jacoco-maven-plugin</artifactId>
257-
<version>0.8.12</version>
257+
<version>0.8.13</version>
258258
<executions>
259259
<execution>
260260
<id>prepare-agent</id>
@@ -425,13 +425,13 @@
425425
<plugin>
426426
<groupId>org.apache.maven.plugins</groupId>
427427
<artifactId>maven-deploy-plugin</artifactId>
428-
<version>3.1.3</version>
428+
<version>3.1.4</version>
429429
</plugin>
430430

431431
<plugin>
432432
<groupId>org.apache.maven.plugins</groupId>
433433
<artifactId>maven-clean-plugin</artifactId>
434-
<version>3.4.0</version>
434+
<version>3.4.1</version>
435435
<configuration>
436436
<filesets>
437437
<fileset>
@@ -507,7 +507,7 @@
507507
<plugin>
508508
<groupId>org.apache.maven.plugins</groupId>
509509
<artifactId>maven-install-plugin</artifactId>
510-
<version>3.1.3</version>
510+
<version>3.1.4</version>
511511
</plugin>
512512

513513
<plugin>

0 commit comments

Comments
 (0)