Skip to content

Commit 5d06159

Browse files
committed
Update dependencies and plugins versions
1 parent b08478d commit 5d06159

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

jdbc/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<packaging>pom</packaging>
1616

1717
<properties>
18-
<ydb.jdbc.version>2.0.2</ydb.jdbc.version>
19-
<slf4j.version>1.7.25</slf4j.version>
18+
<ydb.jdbc.version>2.0.6</ydb.jdbc.version>
19+
<slf4j.version>1.7.36</slf4j.version>
2020
</properties>
2121

2222
<modules>

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<properties>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717

18-
<log4j.version>2.20.0</log4j.version>
18+
<log4j.version>2.22.1</log4j.version>
1919
<jcommander.version>1.82</jcommander.version>
2020

21-
<ydb.sdk.version>2.1.7</ydb.sdk.version>
21+
<ydb.sdk.version>2.1.11</ydb.sdk.version>
2222
</properties>
2323

2424
<modules>
@@ -66,7 +66,7 @@
6666
<plugin>
6767
<groupId>org.apache.maven.plugins</groupId>
6868
<artifactId>maven-compiler-plugin</artifactId>
69-
<version>3.11.0</version>
69+
<version>3.12.1</version>
7070
<configuration>
7171
<target>1.8</target>
7272
<source>1.8</source>
@@ -81,7 +81,7 @@
8181
<plugin>
8282
<groupId>org.apache.maven.plugins</groupId>
8383
<artifactId>maven-surefire-plugin</artifactId>
84-
<version>3.1.0</version>
84+
<version>3.2.5</version>
8585
<configuration>
8686
<environmentVariables>
8787
<TESTCONTAINERS_REUSE_ENABLE>true</TESTCONTAINERS_REUSE_ENABLE>
@@ -91,7 +91,7 @@
9191
<plugin>
9292
<groupId>org.apache.maven.plugins</groupId>
9393
<artifactId>maven-dependency-plugin</artifactId>
94-
<version>3.5.0</version>
94+
<version>3.6.1</version>
9595
<executions>
9696
<execution>
9797
<id>copy-dependencies</id>

0 commit comments

Comments
 (0)