diff --git a/jdbc/spring-data-jdbc/pom.xml b/jdbc/spring-data-jdbc/pom.xml
index 88d7651..0c138f7 100644
--- a/jdbc/spring-data-jdbc/pom.xml
+++ b/jdbc/spring-data-jdbc/pom.xml
@@ -5,25 +5,16 @@
ydb-jdbc-examples
1.1.0-SNAPSHOT
-
-
-
- org.springframework.boot
- spring-boot-dependencies
- 3.2.1
- import
- pom
-
-
-
+
spring-data-jdbc
Spring Data JDBC Example
Basic example for Spring Boot JDBC
+
17
1.9.22
- 1.0.0
- 3.2.1
+ 1.1.0
+ 3.5.7
10.7.1
@@ -38,12 +29,11 @@
org.flywaydb
flyway-core
- ${flyway.version}
tech.ydb.dialects
flyway-ydb-dialect
- 1.0.0-RC0
+ 1.0.0
org.springframework.boot
@@ -52,12 +42,10 @@
org.jetbrains.kotlin
kotlin-reflect
- ${kotlin.version}
org.jetbrains.kotlin
kotlin-stdlib
- ${kotlin.version}
tech.ydb.dialects
@@ -76,13 +64,11 @@
org.jetbrains.kotlinx
kotlinx-coroutines-core
- 1.7.3
org.springframework.boot
spring-boot-starter-test
- ${spring.boot.version}
test
@@ -91,6 +77,19 @@
test
+
+
+
+
+ org.springframework.boot
+ spring-boot-dependencies
+ ${spring.boot.version}
+ import
+ pom
+
+
+
+
${project.basedir}/src/main/kotlin
${project.basedir}/src/test/kotlin