File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 41
41
<maven .compiler.target>17</maven .compiler.target>
42
42
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
43
43
<flyway .version>10.7.1</flyway .version>
44
- <jdbc .ydb.driver.version>2.0.7 </jdbc .ydb.driver.version>
44
+ <jdbc .ydb.driver.version>2.2.0 </jdbc .ydb.driver.version>
45
45
<log4j2 .version>2.17.2</log4j2 .version>
46
46
</properties >
47
47
Original file line number Diff line number Diff line change 43
43
<maven .compiler.source>1.8</maven .compiler.source>
44
44
45
45
<liquibase .core.version>4.24.0</liquibase .core.version>
46
- <ydb .jdbc.version>2.1.5 </ydb .jdbc.version>
46
+ <ydb .jdbc.version>2.2.0 </ydb .jdbc.version>
47
47
</properties >
48
48
49
49
<dependencies >
119
119
<configuration >
120
120
<environmentVariables >
121
121
<TESTCONTAINERS_REUSE_ENABLE >true</TESTCONTAINERS_REUSE_ENABLE >
122
- <YDB_DOCKER_IMAGE >cr.yandex/yc/yandex-docker-local-ydb:trunk </YDB_DOCKER_IMAGE >
122
+ <YDB_DOCKER_IMAGE >cr.yandex/yc/yandex-docker-local-ydb:24.1 </YDB_DOCKER_IMAGE >
123
123
</environmentVariables >
124
124
<systemPropertyVariables >
125
125
<java .util.logging.config.file>src/test/resources/logging.properties</java .util.logging.config.file>
Original file line number Diff line number Diff line change 1
- YDB_JDBC_DRIVER_VERSION=2.0.7
1
+ YDB_JDBC_DRIVER_VERSION=2.2.0
2
2
3
3
echo Stress test using ydb-jdbc-driver-shaded:" $YDB_JDBC_DRIVER_VERSION "
4
4
You can’t perform that action at this time.
0 commit comments