Skip to content

Commit 8bd3151

Browse files
committed
Update to the next version of Java SDK
1 parent 1c06ca3 commit 8bd3151

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
@@ -18,9 +18,9 @@
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1919

2020
<slf4j.version>1.7.36</slf4j.version>
21-
<junit.version>5.9.3</junit.version>
21+
<junit.version>5.13.4</junit.version>
2222

23-
<ydb.sdk.version>2.3.17</ydb.sdk.version>
23+
<ydb.sdk.version>2.3.18</ydb.sdk.version>
2424
</properties>
2525

2626
<licenses>
@@ -223,7 +223,7 @@
223223
<plugin>
224224
<groupId>org.apache.maven.plugins</groupId>
225225
<artifactId>maven-gpg-plugin</artifactId>
226-
<version>3.2.7</version>
226+
<version>3.2.8</version>
227227
<executions>
228228
<execution>
229229
<id>sign-artifacts</id>
@@ -243,7 +243,7 @@
243243
<plugin>
244244
<groupId>org.sonatype.central</groupId>
245245
<artifactId>central-publishing-maven-plugin</artifactId>
246-
<version>0.7.0</version>
246+
<version>0.8.0</version>
247247
<extensions>true</extensions>
248248
<configuration>
249249
<publishingServerId>ossrh-s01</publishingServerId>

0 commit comments

Comments
 (0)