Skip to content

Commit a567a8f

Browse files
authored
Merge branch 'main' into example/durable-example
2 parents 577142f + 845dfb2 commit a567a8f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@
7373
<distributionManagement>
7474
<snapshotRepository>
7575
<id>ossrh</id>
76-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
76+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
7777
</snapshotRepository>
7878
<repository>
7979
<id>ossrh</id>
80-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
80+
<url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
8181
</repository>
8282
<site>
8383
<id>GitHubPages</id>
@@ -216,7 +216,7 @@
216216
<dependency>
217217
<groupId>io.netty</groupId>
218218
<artifactId>netty-tcnative-boringssl-static</artifactId>
219-
<version>2.0.70.Final</version>
219+
<version>2.0.72.Final</version>
220220
</dependency>
221221

222222
<dependency>
@@ -291,7 +291,7 @@
291291
<dependency>
292292
<groupId>org.slf4j</groupId>
293293
<artifactId>slf4j-simple</artifactId>
294-
<version>2.0.16</version>
294+
<version>2.0.17</version>
295295
<scope>test</scope>
296296
</dependency>
297297

0 commit comments

Comments
 (0)