|
50 | 50 | <maven.compiler.source>17</maven.compiler.source>
|
51 | 51 |
|
52 | 52 | <junit5.version>5.10.2</junit5.version>
|
53 |
| - <lombok.version>1.18.30</lombok.version> |
54 | 53 | <spring.version>3.4.0</spring.version>
|
55 | 54 | <liquibase.version>4.24.0</liquibase.version>
|
56 | 55 |
|
57 |
| - <ydb.sdk.version>2.2.9</ydb.sdk.version> |
58 |
| - <ydb.jdbc.version>2.2.3</ydb.jdbc.version> |
59 |
| - <ydb.liquibase.version>0.9.7</ydb.liquibase.version> |
| 56 | + <ydb.sdk.version>2.3.13</ydb.sdk.version> |
| 57 | + <ydb.jdbc.version>2.3.10</ydb.jdbc.version> |
| 58 | + <ydb.liquibase.version>1.1.1</ydb.liquibase.version> |
60 | 59 | </properties>
|
61 | 60 |
|
62 | 61 | <dependencyManagement>
|
|
84 | 83 | <artifactId>spring-data-jdbc</artifactId>
|
85 | 84 | <scope>provided</scope>
|
86 | 85 | </dependency>
|
87 |
| - <dependency> |
88 |
| - <groupId>tech.ydb.jdbc</groupId> |
89 |
| - <artifactId>ydb-jdbc-driver</artifactId> |
90 |
| - <version>${ydb.jdbc.version}</version> |
91 |
| - <scope>provided</scope> |
92 |
| - </dependency> |
93 | 86 |
|
94 | 87 | <dependency>
|
95 | 88 | <groupId>tech.ydb.test</groupId>
|
|
102 | 95 | <scope>test</scope>
|
103 | 96 | </dependency>
|
104 | 97 | <dependency>
|
105 |
| - <groupId>org.projectlombok</groupId> |
106 |
| - <artifactId>lombok</artifactId> |
107 |
| - <version>${lombok.version}</version> |
| 98 | + <groupId>tech.ydb.jdbc</groupId> |
| 99 | + <artifactId>ydb-jdbc-driver</artifactId> |
| 100 | + <version>${ydb.jdbc.version}</version> |
108 | 101 | <scope>test</scope>
|
109 | 102 | </dependency>
|
110 | 103 | <dependency>
|
|
126 | 119 | <dependency>
|
127 | 120 | <groupId>org.liquibase</groupId>
|
128 | 121 | <artifactId>liquibase-core</artifactId>
|
129 |
| - <version>${liquibase.version}</version> |
130 | 122 | <scope>test</scope>
|
131 | 123 | </dependency>
|
132 | 124 | </dependencies>
|
|
0 commit comments