|
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.10.2</org.junit.version> |
| 52 | + <org.junit.version>5.10.3</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.32</lombok.version> |
| 56 | + <lombok.version>1.18.34</lombok.version> |
57 | 57 | <jna.version>5.14.0</jna.version> |
58 | | - <bouncycastle.version>1.78</bouncycastle.version> |
59 | | - <vertx.version>4.5.7</vertx.version> |
| 58 | + <bouncycastle.version>1.78.1</bouncycastle.version> |
| 59 | + <vertx.version>4.5.9</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> |
|
90 | 90 | <arg>--pinentry-mode</arg> |
91 | 91 | <arg>loopback</arg> |
92 | 92 | </gpgArguments> |
| 93 | + <useAgent>false</useAgent> |
93 | 94 | </configuration> |
94 | 95 | </plugin> |
95 | 96 |
|
|
206 | 207 | <plugin> |
207 | 208 | <groupId>org.apache.maven.plugins</groupId> |
208 | 209 | <artifactId>maven-javadoc-plugin</artifactId> |
209 | | - <version>3.6.3</version> |
| 210 | + <version>3.8.0</version> |
210 | 211 | <configuration> |
211 | 212 | <source>${target.jdk}</source> |
212 | 213 | <sourcepath>${delombok.output}</sourcepath> |
|
221 | 222 | <plugin> |
222 | 223 | <groupId>org.apache.maven.plugins</groupId> |
223 | 224 | <artifactId>maven-surefire-plugin</artifactId> |
224 | | - <version>3.2.5</version> |
| 225 | + <version>3.3.1</version> |
225 | 226 | <configuration> |
226 | 227 | <rerunFailingTestsCount>3</rerunFailingTestsCount> |
227 | 228 | <includes> |
|
276 | 277 | <plugin> |
277 | 278 | <groupId>com.github.siom79.japicmp</groupId> |
278 | 279 | <artifactId>japicmp-maven-plugin</artifactId> |
279 | | - <version>0.20.0</version> |
| 280 | + <version>0.21.2</version> |
280 | 281 | <configuration> |
281 | 282 | <newVersion> |
282 | 283 | <file> |
|
298 | 299 | <exclude>org.xbill.DNS.spi.DnsjavaInetAddressResolver</exclude> |
299 | 300 | <exclude>org.xbill.DNS.spi.DNSJavaNameService</exclude> |
300 | 301 | <exclude>org.xbill.DNS.spi.DNSJavaNameServiceDescriptor</exclude> |
301 | | - <!-- package-private class converted to public interface, the tool is confused --> |
302 | | - <!-- TODO: remove when 3.6.0 is released --> |
303 | | - <exclude>org.xbill.DNS.dnssec.TrustAnchorStore</exclude> |
304 | 302 | </excludes> |
305 | | - <!-- TODO: remove when 3.6.0 is released --> |
306 | | - <ignoreMissingClasses>true</ignoreMissingClasses> |
307 | 303 | <overrideCompatibilityChangeParameters> |
308 | 304 | <overrideCompatibilityChangeParameter> |
309 | 305 | <compatibilityChange>ANNOTATION_DEPRECATED_ADDED</compatibilityChange> |
|
371 | 367 | <plugin> |
372 | 368 | <groupId>org.apache.maven.plugins</groupId> |
373 | 369 | <artifactId>maven-checkstyle-plugin</artifactId> |
374 | | - <version>3.3.1</version> |
| 370 | + <version>3.4.0</version> |
375 | 371 | <executions> |
376 | 372 | <execution> |
377 | 373 | <id>check</id> |
|
405 | 401 | <plugin> |
406 | 402 | <groupId>org.apache.maven.plugins</groupId> |
407 | 403 | <artifactId>maven-deploy-plugin</artifactId> |
408 | | - <version>3.1.1</version> |
| 404 | + <version>3.1.2</version> |
409 | 405 | </plugin> |
410 | 406 |
|
411 | 407 | <plugin> |
412 | 408 | <groupId>org.apache.maven.plugins</groupId> |
413 | 409 | <artifactId>maven-clean-plugin</artifactId> |
414 | | - <version>3.3.2</version> |
| 410 | + <version>3.4.0</version> |
415 | 411 | <configuration> |
416 | 412 | <filesets> |
417 | 413 | <fileset> |
|
434 | 430 | <plugin> |
435 | 431 | <groupId>org.sonatype.plugins</groupId> |
436 | 432 | <artifactId>nexus-staging-maven-plugin</artifactId> |
437 | | - <version>1.6.13</version> |
| 433 | + <version>1.7.0</version> |
438 | 434 | <extensions>true</extensions> |
439 | 435 | <configuration> |
440 | 436 | <serverId>ossrh</serverId> |
|
446 | 442 | <plugin> |
447 | 443 | <groupId>org.codehaus.mojo</groupId> |
448 | 444 | <artifactId>animal-sniffer-maven-plugin</artifactId> |
449 | | - <version>1.23</version> |
| 445 | + <version>1.24</version> |
450 | 446 | <configuration> |
451 | 447 | <signature> |
452 | 448 | <groupId>net.sf.androidscents.signature</groupId> |
|
487 | 483 | <plugin> |
488 | 484 | <groupId>org.apache.maven.plugins</groupId> |
489 | 485 | <artifactId>maven-install-plugin</artifactId> |
490 | | - <version>3.1.1</version> |
| 486 | + <version>3.1.2</version> |
491 | 487 | </plugin> |
492 | 488 |
|
493 | 489 | <plugin> |
494 | 490 | <groupId>org.codehaus.mojo</groupId> |
495 | 491 | <artifactId>build-helper-maven-plugin</artifactId> |
496 | | - <version>3.5.0</version> |
| 492 | + <version>3.6.0</version> |
497 | 493 | </plugin> |
498 | 494 | </plugins> |
499 | 495 | </build> |
|
555 | 551 | <dependency> |
556 | 552 | <groupId>org.assertj</groupId> |
557 | 553 | <artifactId>assertj-core</artifactId> |
558 | | - <version>3.25.3</version> |
| 554 | + <version>3.26.3</version> |
559 | 555 | <scope>test</scope> |
560 | 556 | </dependency> |
561 | 557 | <dependency> |
|
573 | 569 | <dependency> |
574 | 570 | <groupId>net.bytebuddy</groupId> |
575 | 571 | <artifactId>byte-buddy-agent</artifactId> |
576 | | - <version>1.14.14</version> |
| 572 | + <version>1.14.18</version> |
577 | 573 | <scope>test</scope> |
578 | 574 | </dependency> |
579 | 575 | <dependency> |
|
604 | 600 | <dependency> |
605 | 601 | <groupId>commons-io</groupId> |
606 | 602 | <artifactId>commons-io</artifactId> |
607 | | - <version>2.16.0</version> |
| 603 | + <version>2.16.1</version> |
608 | 604 | <scope>test</scope> |
609 | 605 | </dependency> |
610 | 606 | <dependency> |
|
642 | 638 | </activation> |
643 | 639 |
|
644 | 640 | <properties> |
645 | | - <mockito.version>5.7.0</mockito.version> |
| 641 | + <mockito.version>5.12.0</mockito.version> |
646 | 642 | <google-java-format.version>1.17.0</google-java-format.version> |
647 | 643 | <spotless.version>2.43.0</spotless.version> |
648 | 644 | </properties> |
|
720 | 716 | <argLine> |
721 | 717 | @{argLine} |
722 | 718 | --add-opens java.base/sun.net.dns=ALL-UNNAMED |
723 | | - --add-opens java.base/sun.net.dns=org.dnsjava |
724 | 719 | </argLine> |
725 | 720 | <additionalClasspathElements> |
726 | 721 | <additionalClasspathElement>${project.build.outputDirectory}/META-INF/versions/11</additionalClasspathElement> |
|
831 | 826 | <plugin> |
832 | 827 | <groupId>org.apache.maven.plugins</groupId> |
833 | 828 | <artifactId>maven-dependency-plugin</artifactId> |
834 | | - <version>3.6.1</version> |
| 829 | + <version>3.7.1</version> |
835 | 830 | <executions> |
836 | 831 | <execution> |
837 | 832 | <phase>initialize</phase> |
|
849 | 844 | <argLine> |
850 | 845 | @{argLine} |
851 | 846 | --add-opens java.base/sun.net.dns=ALL-UNNAMED |
852 | | - --add-opens java.base/sun.net.dns=org.dnsjava |
853 | 847 | -javaagent:${net.bytebuddy:byte-buddy-agent:jar} |
854 | 848 | </argLine> |
855 | 849 | <additionalClasspathElements> |
|
0 commit comments