|
49 | 49 | <maven.compiler.showCompilationChanges>true</maven.compiler.showCompilationChanges> |
50 | 50 | <maven.compiler.createMissingPackageInfoClass>false</maven.compiler.createMissingPackageInfoClass> |
51 | 51 |
|
52 | | - <org.junit.version>5.11.4</org.junit.version> |
| 52 | + <org.junit.version>5.13.1</org.junit.version> |
53 | 53 | <!-- Stay on 4.x for Java 8 compatibility. Newer versions are used for Java 11+ builds --> |
54 | 54 | <mockito.version>4.11.0</mockito.version> |
55 | 55 | <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> |
60 | 60 | <!-- Stay on 1.7 for Java 8 compatibility. Newer versions are used for Java 11+ builds --> |
61 | 61 | <google-java-format.version>1.7</google-java-format.version> |
62 | 62 | <spotless.version>2.30.0</spotless.version> |
|
111 | 111 | <plugin> |
112 | 112 | <groupId>org.apache.maven.plugins</groupId> |
113 | 113 | <artifactId>maven-compiler-plugin</artifactId> |
114 | | - <version>3.13.0</version> |
| 114 | + <version>3.14.0</version> |
115 | 115 | <configuration> |
116 | 116 | <compilerArgs> |
117 | 117 | <arg>-Xlint:all,-serial,-processing</arg> |
|
237 | 237 | <plugin> |
238 | 238 | <groupId>org.apache.maven.plugins</groupId> |
239 | 239 | <artifactId>maven-surefire-plugin</artifactId> |
240 | | - <version>3.5.2</version> |
| 240 | + <version>3.5.3</version> |
241 | 241 | <configuration> |
242 | 242 | <rerunFailingTestsCount>3</rerunFailingTestsCount> |
243 | 243 | <includes> |
|
254 | 254 | <plugin> |
255 | 255 | <groupId>org.jacoco</groupId> |
256 | 256 | <artifactId>jacoco-maven-plugin</artifactId> |
257 | | - <version>0.8.12</version> |
| 257 | + <version>0.8.13</version> |
258 | 258 | <executions> |
259 | 259 | <execution> |
260 | 260 | <id>prepare-agent</id> |
|
425 | 425 | <plugin> |
426 | 426 | <groupId>org.apache.maven.plugins</groupId> |
427 | 427 | <artifactId>maven-deploy-plugin</artifactId> |
428 | | - <version>3.1.3</version> |
| 428 | + <version>3.1.4</version> |
429 | 429 | </plugin> |
430 | 430 |
|
431 | 431 | <plugin> |
432 | 432 | <groupId>org.apache.maven.plugins</groupId> |
433 | 433 | <artifactId>maven-clean-plugin</artifactId> |
434 | | - <version>3.4.0</version> |
| 434 | + <version>3.4.1</version> |
435 | 435 | <configuration> |
436 | 436 | <filesets> |
437 | 437 | <fileset> |
|
507 | 507 | <plugin> |
508 | 508 | <groupId>org.apache.maven.plugins</groupId> |
509 | 509 | <artifactId>maven-install-plugin</artifactId> |
510 | | - <version>3.1.3</version> |
| 510 | + <version>3.1.4</version> |
511 | 511 | </plugin> |
512 | 512 |
|
513 | 513 | <plugin> |
|
0 commit comments