Skip to content

Commit 06402e5

Browse files
committed
Update maven dependencies
1 parent 2df5ea7 commit 06402e5

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

pom.xml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<developer>
2727
<name>Ralph Plawetzki</name>
2828
<email>[email protected]</email>
29-
<organization></organization>
29+
<organization/>
3030
<organizationUrl>https://github.com/purejava</organizationUrl>
3131
</developer>
3232
</developers>
@@ -43,10 +43,10 @@
4343
<maven.compiler.target>1.9</maven.compiler.target>
4444

4545
<tweetnacl.version>1.1.2</tweetnacl.version>
46-
<json.version>20220320</json.version>
46+
<json.version>20220924</json.version>
4747
<commons-lang3.version>3.12.0</commons-lang3.version>
48-
<junit.version>5.8.2</junit.version>
49-
<slf4j.version>1.7.36</slf4j.version>
48+
<junit.version>5.9.1</junit.version>
49+
<slf4j.version>2.0.3</slf4j.version>
5050
</properties>
5151

5252
<dependencies>
@@ -257,25 +257,13 @@
257257
<plugin>
258258
<groupId>org.sonatype.plugins</groupId>
259259
<artifactId>nexus-staging-maven-plugin</artifactId>
260-
<version>1.6.8</version>
260+
<version>1.6.13</version>
261261
<extensions>true</extensions>
262262
<configuration>
263263
<serverId>ossrh</serverId>
264264
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
265265
<autoReleaseAfterClose>false</autoReleaseAfterClose>
266266
</configuration>
267-
<dependencies>
268-
<!--
269-
TODO:
270-
Remove after OSSRH-66257, NEXUS-26993 are fixed,
271-
possibly via https://github.com/sonatype/nexus-maven-plugins/pull/91
272-
-->
273-
<dependency>
274-
<groupId>com.thoughtworks.xstream</groupId>
275-
<artifactId>xstream</artifactId>
276-
<version>1.4.15</version>
277-
</dependency>
278-
</dependencies>
279267
</plugin>
280268
</plugins>
281269
</build>

0 commit comments

Comments
 (0)