|
18 | 18 | <maven.compiler.release>8</maven.compiler.release>
|
19 | 19 |
|
20 | 20 | <!-- dependencies -->
|
21 |
| - <gson.version>2.11.0</gson.version> |
22 |
| - <guava.version>33.3.0-jre</guava.version> |
| 21 | + <gson.version>2.12.1</gson.version> |
| 22 | + <guava.version>33.4.0-jre</guava.version> |
23 | 23 | <siv-mode.version>1.6.1</siv-mode.version>
|
24 |
| - <bouncycastle.version>1.78.1</bouncycastle.version> |
25 |
| - <slf4j.version>2.0.16</slf4j.version> |
| 24 | + <bouncycastle.version>1.80</bouncycastle.version> |
| 25 | + <slf4j.version>2.0.17</slf4j.version> |
26 | 26 |
|
27 | 27 | <!-- test dependencies -->
|
28 |
| - <junit.jupiter.version>5.11.0</junit.jupiter.version> |
29 |
| - <mockito.version>5.13.0</mockito.version> |
| 28 | + <junit.jupiter.version>5.12.0</junit.jupiter.version> |
| 29 | + <mockito.version>5.15.2</mockito.version> |
30 | 30 | <hamcrest.version>3.0</hamcrest.version>
|
31 | 31 | <jmh.version>1.37</jmh.version>
|
32 | 32 |
|
|
151 | 151 | </plugin>
|
152 | 152 | <plugin>
|
153 | 153 | <artifactId>maven-compiler-plugin</artifactId>
|
154 |
| - <version>3.13.0</version> |
| 154 | + <version>3.14.0</version> |
155 | 155 | <configuration>
|
156 | 156 | <encoding>UTF-8</encoding>
|
157 | 157 | <showWarnings>true</showWarnings>
|
|
397 | 397 | <goal>sign</goal>
|
398 | 398 | </goals>
|
399 | 399 | <configuration>
|
400 |
| - <gpgArguments> |
401 |
| - <arg>--pinentry-mode</arg> |
402 |
| - <arg>loopback</arg> |
403 |
| - </gpgArguments> |
| 400 | + <signer>bc</signer> |
404 | 401 | </configuration>
|
405 | 402 | </execution>
|
406 | 403 | </executions>
|
|
411 | 408 |
|
412 | 409 | <profile>
|
413 | 410 | <id>deploy-central</id>
|
414 |
| - <distributionManagement> |
415 |
| - <repository> |
416 |
| - <id>ossrh</id> |
417 |
| - <name>Maven Central</name> |
418 |
| - <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
419 |
| - </repository> |
420 |
| - </distributionManagement> |
421 | 411 | <build>
|
422 | 412 | <plugins>
|
423 | 413 | <plugin>
|
424 |
| - <groupId>org.sonatype.plugins</groupId> |
425 |
| - <artifactId>nexus-staging-maven-plugin</artifactId> |
426 |
| - <version>${nexus-staging.version}</version> |
| 414 | + <groupId>org.sonatype.central</groupId> |
| 415 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 416 | + <version>${central-publishing.version}</version> |
427 | 417 | <extensions>true</extensions>
|
428 | 418 | <configuration>
|
429 |
| - <serverId>ossrh</serverId> |
430 |
| - <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
431 |
| - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 419 | + <publishingServerId>central</publishingServerId> |
| 420 | + <autoPublish>true</autoPublish> |
432 | 421 | </configuration>
|
433 | 422 | </plugin>
|
434 | 423 | </plugins>
|
|
0 commit comments