|
26 | 26 | <developer>
|
27 | 27 | <name>Ralph Plawetzki</name>
|
28 | 28 |
|
29 |
| - <organization></organization> |
| 29 | + <organization/> |
30 | 30 | <organizationUrl>https://github.com/purejava</organizationUrl>
|
31 | 31 | </developer>
|
32 | 32 | </developers>
|
|
43 | 43 | <maven.compiler.target>1.9</maven.compiler.target>
|
44 | 44 |
|
45 | 45 | <tweetnacl.version>1.1.2</tweetnacl.version>
|
46 |
| - <json.version>20220320</json.version> |
| 46 | + <json.version>20220924</json.version> |
47 | 47 | <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> |
50 | 50 | </properties>
|
51 | 51 |
|
52 | 52 | <dependencies>
|
|
257 | 257 | <plugin>
|
258 | 258 | <groupId>org.sonatype.plugins</groupId>
|
259 | 259 | <artifactId>nexus-staging-maven-plugin</artifactId>
|
260 |
| - <version>1.6.8</version> |
| 260 | + <version>1.6.13</version> |
261 | 261 | <extensions>true</extensions>
|
262 | 262 | <configuration>
|
263 | 263 | <serverId>ossrh</serverId>
|
264 | 264 | <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
|
265 | 265 | <autoReleaseAfterClose>false</autoReleaseAfterClose>
|
266 | 266 | </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> |
279 | 267 | </plugin>
|
280 | 268 | </plugins>
|
281 | 269 | </build>
|
|
0 commit comments