|
32 | 32 | <maven.compiler.target>8</maven.compiler.target> |
33 | 33 |
|
34 | 34 | <!-- dependencies --> |
35 | | - <gson.version>2.11.0</gson.version> |
36 | | - <guava.version>33.3.0-jre</guava.version> |
| 35 | + <gson.version>2.12.1</gson.version> |
| 36 | + <guava.version>33.4.0-jre</guava.version> |
37 | 37 | <siv-mode.version>1.6.1</siv-mode.version> |
38 | | - <bouncycastle.version>1.78.1</bouncycastle.version> |
39 | | - <slf4j.version>2.0.16</slf4j.version> |
| 38 | + <bouncycastle.version>1.80</bouncycastle.version> |
| 39 | + <slf4j.version>2.0.17</slf4j.version> |
40 | 40 |
|
41 | 41 | <!-- test dependencies --> |
42 | | - <junit.jupiter.version>5.11.0</junit.jupiter.version> |
43 | | - <mockito.version>5.13.0</mockito.version> |
| 42 | + <junit.jupiter.version>5.12.0</junit.jupiter.version> |
| 43 | + <mockito.version>5.15.2</mockito.version> |
44 | 44 | <hamcrest.version>3.0</hamcrest.version> |
45 | 45 | <jmh.version>1.37</jmh.version> |
46 | 46 |
|
|
180 | 180 | </plugin> |
181 | 181 | <plugin> |
182 | 182 | <artifactId>maven-compiler-plugin</artifactId> |
183 | | - <version>3.13.0</version> |
| 183 | + <version>3.14.0</version> |
184 | 184 | <configuration> |
185 | 185 | <source>${maven.compiler.source}</source> |
186 | 186 | <target>${maven.compiler.target}</target> |
|
429 | 429 | <goal>sign</goal> |
430 | 430 | </goals> |
431 | 431 | <configuration> |
432 | | - <gpgArguments> |
433 | | - <arg>--pinentry-mode</arg> |
434 | | - <arg>loopback</arg> |
435 | | - </gpgArguments> |
| 432 | + <signer>bc</signer> |
436 | 433 | </configuration> |
437 | 434 | </execution> |
438 | 435 | </executions> |
|
443 | 440 |
|
444 | 441 | <profile> |
445 | 442 | <id>deploy-central</id> |
446 | | - <distributionManagement> |
447 | | - <repository> |
448 | | - <id>ossrh</id> |
449 | | - <name>Maven Central</name> |
450 | | - <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
451 | | - </repository> |
452 | | - </distributionManagement> |
453 | 443 | <build> |
454 | 444 | <plugins> |
455 | 445 | <plugin> |
456 | | - <groupId>org.sonatype.plugins</groupId> |
457 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
458 | | - <version>${nexus-staging.version}</version> |
| 446 | + <groupId>org.sonatype.central</groupId> |
| 447 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 448 | + <version>${central-publishing.version}</version> |
459 | 449 | <extensions>true</extensions> |
460 | 450 | <configuration> |
461 | | - <serverId>ossrh</serverId> |
462 | | - <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
463 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 451 | + <publishingServerId>central</publishingServerId> |
| 452 | + <autoPublish>true</autoPublish> |
464 | 453 | </configuration> |
465 | 454 | </plugin> |
466 | 455 | </plugins> |
|
0 commit comments