Skip to content

Commit 4b9ffa9

Browse files
fix incorrectly merged fd8ac29
[release snapshot]
1 parent fdb58d0 commit 4b9ffa9

File tree

1 file changed

+13
-24
lines changed

1 file changed

+13
-24
lines changed

pom.xml

Lines changed: 13 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
<maven.compiler.release>8</maven.compiler.release>
1919

2020
<!-- 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>
2323
<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>
2626

2727
<!-- 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>
3030
<hamcrest.version>3.0</hamcrest.version>
3131
<jmh.version>1.37</jmh.version>
3232

@@ -151,7 +151,7 @@
151151
</plugin>
152152
<plugin>
153153
<artifactId>maven-compiler-plugin</artifactId>
154-
<version>3.13.0</version>
154+
<version>3.14.0</version>
155155
<configuration>
156156
<encoding>UTF-8</encoding>
157157
<showWarnings>true</showWarnings>
@@ -397,10 +397,7 @@
397397
<goal>sign</goal>
398398
</goals>
399399
<configuration>
400-
<gpgArguments>
401-
<arg>--pinentry-mode</arg>
402-
<arg>loopback</arg>
403-
</gpgArguments>
400+
<signer>bc</signer>
404401
</configuration>
405402
</execution>
406403
</executions>
@@ -411,24 +408,16 @@
411408

412409
<profile>
413410
<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>
421411
<build>
422412
<plugins>
423413
<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>
427417
<extensions>true</extensions>
428418
<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>
432421
</configuration>
433422
</plugin>
434423
</plugins>

0 commit comments

Comments
 (0)