Skip to content

Commit 5023951

Browse files
committedSep 25, 2023
version updates
1 parent d31ae14 commit 5023951

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed
 

‎pom.xml

+10-10
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<dependency>
4646
<groupId>org.slf4j</groupId>
4747
<artifactId>slf4j-api</artifactId>
48-
<version>1.7.32</version>
48+
<version>1.7.36</version>
4949
</dependency>
5050

5151
<dependency>
5252
<groupId>org.junit.jupiter</groupId>
5353
<artifactId>junit-jupiter-engine</artifactId>
54-
<version>5.8.2</version>
54+
<version>5.10.0</version>
5555
<scope>test</scope>
5656
</dependency>
5757

@@ -62,12 +62,12 @@
6262

6363
<plugin>
6464
<artifactId>maven-compiler-plugin</artifactId>
65-
<version>3.8.1</version>
65+
<version>3.11.0</version>
6666
</plugin>
6767

6868
<plugin>
6969
<artifactId>maven-surefire-plugin</artifactId>
70-
<version>3.0.0-M5</version>
70+
<version>3.1.2</version>
7171
</plugin>
7272

7373
</plugins>
@@ -106,7 +106,7 @@
106106
<plugin>
107107
<groupId>org.codehaus.mojo</groupId>
108108
<artifactId>versions-maven-plugin</artifactId>
109-
<version>2.8.1</version>
109+
<version>2.9.0</version>
110110
<executions>
111111
<execution>
112112
<id>dependency-updates</id>
@@ -139,7 +139,7 @@
139139
<plugin>
140140
<groupId>org.apache.maven.plugins</groupId>
141141
<artifactId>maven-javadoc-plugin</artifactId>
142-
<version>3.3.1</version>
142+
<version>3.3.2</version>
143143
<executions>
144144
<execution>
145145
<id>attach-javadocs</id>
@@ -174,11 +174,11 @@
174174
<plugin>
175175
<groupId>org.sonatype.plugins</groupId>
176176
<artifactId>nexus-staging-maven-plugin</artifactId>
177-
<version>1.6.8</version>
177+
<version>1.6.13</version>
178178
<extensions>true</extensions>
179179
<configuration>
180180
<serverId>ossrh</serverId>
181-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
181+
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
182182
<autoReleaseAfterClose>false</autoReleaseAfterClose>
183183
</configuration>
184184
</plugin>
@@ -191,11 +191,11 @@
191191
<distributionManagement>
192192
<snapshotRepository>
193193
<id>ossrh</id>
194-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
194+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
195195
</snapshotRepository>
196196
<repository>
197197
<id>ossrh</id>
198-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
198+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
199199
</repository>
200200
</distributionManagement>
201201

0 commit comments

Comments
 (0)
Please sign in to comment.