File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 15
15
<packaging >pom</packaging >
16
16
17
17
<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>
20
20
</properties >
21
21
22
22
<modules >
Original file line number Diff line number Diff line change 15
15
<properties >
16
16
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
17
17
18
- <log4j .version>2.20.0 </log4j .version>
18
+ <log4j .version>2.22.1 </log4j .version>
19
19
<jcommander .version>1.82</jcommander .version>
20
20
21
- <ydb .sdk.version>2.1.7 </ydb .sdk.version>
21
+ <ydb .sdk.version>2.1.11 </ydb .sdk.version>
22
22
</properties >
23
23
24
24
<modules >
66
66
<plugin >
67
67
<groupId >org.apache.maven.plugins</groupId >
68
68
<artifactId >maven-compiler-plugin</artifactId >
69
- <version >3.11.0 </version >
69
+ <version >3.12.1 </version >
70
70
<configuration >
71
71
<target >1.8</target >
72
72
<source >1.8</source >
81
81
<plugin >
82
82
<groupId >org.apache.maven.plugins</groupId >
83
83
<artifactId >maven-surefire-plugin</artifactId >
84
- <version >3.1.0 </version >
84
+ <version >3.2.5 </version >
85
85
<configuration >
86
86
<environmentVariables >
87
87
<TESTCONTAINERS_REUSE_ENABLE >true</TESTCONTAINERS_REUSE_ENABLE >
91
91
<plugin >
92
92
<groupId >org.apache.maven.plugins</groupId >
93
93
<artifactId >maven-dependency-plugin</artifactId >
94
- <version >3.5.0 </version >
94
+ <version >3.6.1 </version >
95
95
<executions >
96
96
<execution >
97
97
<id >copy-dependencies</id >
You can’t perform that action at this time.
0 commit comments