File tree 6 files changed +40
-12
lines changed
6 files changed +40
-12
lines changed Original file line number Diff line number Diff line change 45
45
<hibernate .version>5.4.32.Final</hibernate .version>
46
46
<junit5 .version>5.9.3</junit5 .version>
47
47
<log4j2 .version>2.17.2</log4j2 .version>
48
+
49
+ <ydb .sdk.version>2.2.6</ydb .sdk.version>
50
+ <ydb .jdbc.version>2.1.5</ydb .jdbc.version>
48
51
</properties >
49
52
50
53
<dependencyManagement >
51
54
<dependencies >
52
55
<dependency >
53
56
<groupId >tech.ydb</groupId >
54
57
<artifactId >ydb-sdk-bom</artifactId >
55
- <version >2.1.9 </version >
58
+ <version >${ydb.sdk.version} </version >
56
59
<type >pom</type >
57
60
<scope >import</scope >
58
61
</dependency >
83
86
84
87
<dependency >
85
88
<groupId >tech.ydb.jdbc</groupId >
86
- <artifactId >ydb-jdbc-driver-shaded </artifactId >
87
- <version >2.0.5 </version >
89
+ <artifactId >ydb-jdbc-driver</artifactId >
90
+ <version >${ydb.jdbc.version} </version >
88
91
<scope >test</scope >
89
92
</dependency >
90
93
Original file line number Diff line number Diff line change 40
40
<hibernate .version>6.2.7.Final</hibernate .version>
41
41
<junit5 .version>5.9.3</junit5 .version>
42
42
<log4j2 .version>2.17.2</log4j2 .version>
43
+
44
+ <ydb .sdk.version>2.2.6</ydb .sdk.version>
45
+ <ydb .jdbc.version>2.1.5</ydb .jdbc.version>
43
46
</properties >
44
47
45
48
<licenses >
54
57
<dependency >
55
58
<groupId >tech.ydb</groupId >
56
59
<artifactId >ydb-sdk-bom</artifactId >
57
- <version >2.1.9 </version >
60
+ <version >${ydb.sdk.version} </version >
58
61
<type >pom</type >
59
62
<scope >import</scope >
60
63
</dependency >
91
94
92
95
<dependency >
93
96
<groupId >tech.ydb.jdbc</groupId >
94
- <artifactId >ydb-jdbc-driver-shaded </artifactId >
95
- <version >2.0.6 </version >
97
+ <artifactId >ydb-jdbc-driver</artifactId >
98
+ <version >${ydb.jdbc.version} </version >
96
99
<scope >test</scope >
97
100
</dependency >
98
101
Original file line number Diff line number Diff line change 45
45
<maven .compiler.target>17</maven .compiler.target>
46
46
47
47
<jooq .version>3.19.0</jooq .version>
48
+
49
+ <ydb .sdk.version>2.2.6</ydb .sdk.version>
50
+ <ydb .jdbc.version>2.1.5</ydb .jdbc.version>
48
51
</properties >
49
52
50
53
<dependencies >
69
72
<dependency >
70
73
<groupId >tech.ydb.jdbc</groupId >
71
74
<artifactId >ydb-jdbc-driver-shaded</artifactId >
72
- <version >2.1.2 </version >
75
+ <version >${ydb.jdbc.version} </version >
73
76
<scope >compile</scope >
74
77
</dependency >
75
78
<dependency >
76
79
<groupId >tech.ydb.test</groupId >
77
80
<artifactId >ydb-junit5-support</artifactId >
78
- <version >2.2.0 </version >
81
+ <version >${ydb.sdk.version} </version >
79
82
<scope >test</scope >
80
83
</dependency >
81
84
<dependency >
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.0 .5</ydb .jdbc.version>
46
+ <ydb .jdbc.version>2.1 .5</ydb .jdbc.version>
47
47
</properties >
48
48
49
49
<dependencies >
73
73
<version >5.10.1</version >
74
74
<scope >test</scope >
75
75
</dependency >
76
+ <dependency >
77
+ <groupId >org.slf4j</groupId >
78
+ <artifactId >slf4j-jdk14</artifactId >
79
+ <version >1.7.36</version >
80
+ <scope >test</scope >
81
+ </dependency >
76
82
</dependencies >
77
83
78
84
<build >
115
121
<TESTCONTAINERS_REUSE_ENABLE >true</TESTCONTAINERS_REUSE_ENABLE >
116
122
<YDB_DOCKER_IMAGE >cr.yandex/yc/yandex-docker-local-ydb:trunk</YDB_DOCKER_IMAGE >
117
123
</environmentVariables >
124
+ <systemPropertyVariables >
125
+ <java .util.logging.config.file>src/test/resources/logging.properties</java .util.logging.config.file>
126
+ </systemPropertyVariables >
118
127
</configuration >
119
128
</plugin >
120
129
</plugins >
Original file line number Diff line number Diff line change
1
+ handlers = java.util.logging.ConsoleHandler
2
+ .level =DEBUG
3
+ java.util.logging.ConsoleHandler.level = ALL
4
+ java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
5
+ java.util.logging.SimpleFormatter.format = %1$tF %1$tT [%4$s] %3$s %5$s %n
6
+
7
+ tech.ydb.jdbc.level =ALL
8
+ # tech.ydb.level=FINEST
Original file line number Diff line number Diff line change 31
31
32
32
<springdata .jdbc.version>3.2.4</springdata .jdbc.version>
33
33
34
- <ydb .jdbc.version>2.0.7</ydb .jdbc.version>
35
34
<junit5 .version>5.10.2</junit5 .version>
36
35
<lombok .version>1.18.30</lombok .version>
37
36
<spring .boot.version>3.2.3</spring .boot.version>
38
- <ydb .liquibase.version>0.9.7</ydb .liquibase.version>
39
37
<liquibase .version>4.24.0</liquibase .version>
38
+
39
+ <ydb .sdk.version>2.2.6</ydb .sdk.version>
40
+ <ydb .jdbc.version>2.1.5</ydb .jdbc.version>
41
+ <ydb .liquibase.version>0.9.7</ydb .liquibase.version>
40
42
</properties >
41
43
42
44
<dependencyManagement >
43
45
<dependencies >
44
46
<dependency >
45
47
<groupId >tech.ydb</groupId >
46
48
<artifactId >ydb-sdk-bom</artifactId >
47
- <version >2.1.12 </version >
49
+ <version >${ydb.sdk.version} </version >
48
50
<type >pom</type >
49
51
<scope >import</scope >
50
52
</dependency >
You can’t perform that action at this time.
0 commit comments