diff --git a/hibernate-dialect-v5/pom.xml b/hibernate-dialect-v5/pom.xml
index 633cfae..ea835fd 100644
--- a/hibernate-dialect-v5/pom.xml
+++ b/hibernate-dialect-v5/pom.xml
@@ -45,6 +45,9 @@
5.4.32.Final
5.9.3
2.17.2
+
+ 2.2.6
+ 2.1.5
@@ -52,7 +55,7 @@
tech.ydb
ydb-sdk-bom
- 2.1.9
+ ${ydb.sdk.version}
pom
import
@@ -83,8 +86,8 @@
tech.ydb.jdbc
- ydb-jdbc-driver-shaded
- 2.0.5
+ ydb-jdbc-driver
+ ${ydb.jdbc.version}
test
diff --git a/hibernate-dialect/pom.xml b/hibernate-dialect/pom.xml
index af46bd4..03012c1 100644
--- a/hibernate-dialect/pom.xml
+++ b/hibernate-dialect/pom.xml
@@ -40,6 +40,9 @@
6.2.7.Final
5.9.3
2.17.2
+
+ 2.2.6
+ 2.1.5
@@ -54,7 +57,7 @@
tech.ydb
ydb-sdk-bom
- 2.1.9
+ ${ydb.sdk.version}
pom
import
@@ -91,8 +94,8 @@
tech.ydb.jdbc
- ydb-jdbc-driver-shaded
- 2.0.6
+ ydb-jdbc-driver
+ ${ydb.jdbc.version}
test
diff --git a/jooq-dialect/pom.xml b/jooq-dialect/pom.xml
index aade6fb..6714ae8 100644
--- a/jooq-dialect/pom.xml
+++ b/jooq-dialect/pom.xml
@@ -45,6 +45,9 @@
17
3.19.0
+
+ 2.2.6
+ 2.1.5
@@ -69,13 +72,13 @@
tech.ydb.jdbc
ydb-jdbc-driver-shaded
- 2.1.2
+ ${ydb.jdbc.version}
compile
tech.ydb.test
ydb-junit5-support
- 2.2.0
+ ${ydb.sdk.version}
test
diff --git a/liquibase-dialect/pom.xml b/liquibase-dialect/pom.xml
index c96d3eb..cbab4f4 100644
--- a/liquibase-dialect/pom.xml
+++ b/liquibase-dialect/pom.xml
@@ -43,7 +43,7 @@
1.8
4.24.0
- 2.0.5
+ 2.1.5
@@ -73,6 +73,12 @@
5.10.1
test
+
+ org.slf4j
+ slf4j-jdk14
+ 1.7.36
+ test
+
@@ -115,6 +121,9 @@
true
cr.yandex/yc/yandex-docker-local-ydb:trunk
+
+ src/test/resources/logging.properties
+
diff --git a/liquibase-dialect/src/test/resources/logging.properties b/liquibase-dialect/src/test/resources/logging.properties
new file mode 100644
index 0000000..71f3737
--- /dev/null
+++ b/liquibase-dialect/src/test/resources/logging.properties
@@ -0,0 +1,8 @@
+handlers= java.util.logging.ConsoleHandler
+.level=DEBUG
+java.util.logging.ConsoleHandler.level = ALL
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+java.util.logging.SimpleFormatter.format= %1$tF %1$tT [%4$s] %3$s %5$s %n
+
+tech.ydb.jdbc.level=ALL
+#tech.ydb.level=FINEST
diff --git a/spring-data-dialect/pom.xml b/spring-data-dialect/pom.xml
index 8bd1487..123bf82 100644
--- a/spring-data-dialect/pom.xml
+++ b/spring-data-dialect/pom.xml
@@ -31,12 +31,14 @@
3.2.4
- 2.0.7
5.10.2
1.18.30
3.2.3
- 0.9.7
4.24.0
+
+ 2.2.6
+ 2.1.5
+ 0.9.7
@@ -44,7 +46,7 @@
tech.ydb
ydb-sdk-bom
- 2.1.12
+ ${ydb.sdk.version}
pom
import