Skip to content

Commit 43b00e9

Browse files
committed
Fixed tests for Hibernate Dialect
1 parent bbe4db0 commit 43b00e9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

hibernate-dialect/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
<junit5.version>5.9.3</junit5.version>
4242
<log4j2.version>2.17.2</log4j2.version>
4343

44-
<ydb.sdk.version>2.3.4</ydb.sdk.version>
45-
<ydb.jdbc.version>2.3.3</ydb.jdbc.version>
44+
<ydb.sdk.version>2.3.13</ydb.sdk.version>
45+
<ydb.jdbc.version>2.3.10</ydb.jdbc.version>
4646
</properties>
4747

4848
<licenses>
@@ -146,7 +146,6 @@
146146
<environmentVariables>
147147
<TESTCONTAINERS_REUSE_ENABLE>true</TESTCONTAINERS_REUSE_ENABLE>
148148
<YDB_DOCKER_FEATURE_FLAGS>enable_parameterized_decimal</YDB_DOCKER_FEATURE_FLAGS>
149-
<YDB_DOCKER_IMAGE>cr.yandex/yc/yandex-docker-local-ydb:trunk</YDB_DOCKER_IMAGE>
150149
</environmentVariables>
151150
</configuration>
152151
</plugin>

0 commit comments

Comments
 (0)