Skip to content

Commit e6eaf1f

Browse files
overheadhunterchenkins
authored andcommitted
fix incorrectly merged fd8ac29
[release snapshot]
1 parent ddb0cd9 commit e6eaf1f

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
@@ -32,15 +32,15 @@
3232
<maven.compiler.target>8</maven.compiler.target>
3333

3434
<!-- 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>
3737
<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>
4040

4141
<!-- 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>
4444
<hamcrest.version>3.0</hamcrest.version>
4545
<jmh.version>1.37</jmh.version>
4646

@@ -180,7 +180,7 @@
180180
</plugin>
181181
<plugin>
182182
<artifactId>maven-compiler-plugin</artifactId>
183-
<version>3.13.0</version>
183+
<version>3.14.0</version>
184184
<configuration>
185185
<source>${maven.compiler.source}</source>
186186
<target>${maven.compiler.target}</target>
@@ -429,10 +429,7 @@
429429
<goal>sign</goal>
430430
</goals>
431431
<configuration>
432-
<gpgArguments>
433-
<arg>--pinentry-mode</arg>
434-
<arg>loopback</arg>
435-
</gpgArguments>
432+
<signer>bc</signer>
436433
</configuration>
437434
</execution>
438435
</executions>
@@ -443,24 +440,16 @@
443440

444441
<profile>
445442
<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>
453443
<build>
454444
<plugins>
455445
<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>
459449
<extensions>true</extensions>
460450
<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>
464453
</configuration>
465454
</plugin>
466455
</plugins>

0 commit comments

Comments
 (0)