File tree Expand file tree Collapse file tree 11 files changed +12
-12
lines changed
Expand file tree Collapse file tree 11 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ dependencies {
1313 testImplementation ' com.azure:azure-data-tables:12.5.0'
1414 testImplementation ' com.azure:azure-messaging-eventhubs:5.19.2'
1515 testImplementation ' com.azure:azure-messaging-servicebus:7.17.8'
16- testImplementation ' com.microsoft.sqlserver:mssql-jdbc:12.8.1. jre8'
16+ testImplementation ' com.microsoft.sqlserver:mssql-jdbc:13.1.0. jre8-preview '
1717}
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ dependencies {
44 api project(' :jdbc' )
55
66 testImplementation project(' :jdbc-test' )
7- testRuntimeOnly ' com.databend:databend-jdbc:0.3.2 '
7+ testRuntimeOnly ' com.databend:databend-jdbc:0.3.9 '
88 testImplementation ' org.assertj:assertj-core:3.27.3'
99}
Original file line number Diff line number Diff line change 11dependencies {
22 api project(' :jdbc' )
33
4- api ' com.google.guava:guava:33.3.1 -jre'
4+ api ' com.google.guava:guava:33.4.8 -jre'
55 api ' org.apache.commons:commons-lang3:3.17.0'
66 api ' com.zaxxer:HikariCP-java6:2.3.13'
77 api ' commons-dbutils:commons-dbutils:1.8.1'
@@ -10,7 +10,7 @@ dependencies {
1010
1111 api ' org.assertj:assertj-core:3.27.3'
1212
13- api ' org.apache.tomcat:tomcat-jdbc:10 .0.27 '
13+ api ' org.apache.tomcat:tomcat-jdbc:11 .0.9 '
1414 api ' org.vibur:vibur-dbcp:25.0'
1515 api ' mysql:mysql-connector-java:8.0.33'
1616}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
66 compileOnly ' org.jetbrains:annotations:26.0.2'
77 testImplementation ' commons-dbutils:commons-dbutils:1.8.1'
88 testImplementation ' org.vibur:vibur-dbcp:25.0'
9- testImplementation ' org.apache.tomcat:tomcat-jdbc:10.1.30 '
9+ testImplementation ' org.apache.tomcat:tomcat-jdbc:11.0.9 '
1010 testImplementation ' com.zaxxer:HikariCP-java6:2.3.13'
1111 testImplementation ' org.assertj:assertj-core:3.27.3'
1212 testImplementation (' org.mockito:mockito-core:4.11.0' ) {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
77 compileOnly ' org.mariadb:r2dbc-mariadb:1.0.3'
88
99 testImplementation project(' :jdbc-test' )
10- testImplementation ' org.mariadb.jdbc:mariadb-java-client:3.4.1 '
10+ testImplementation ' org.mariadb.jdbc:mariadb-java-client:3.5.4 '
1111
1212 testImplementation testFixtures(project(' :r2dbc' ))
1313 testRuntimeOnly ' org.mariadb:r2dbc-mariadb:1.0.3'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
77 compileOnly ' io.r2dbc:r2dbc-mssql:1.0.2.RELEASE'
88
99 testImplementation project(' :jdbc-test' )
10- testImplementation ' com.microsoft.sqlserver:mssql-jdbc:12.8.1. jre8'
10+ testImplementation ' com.microsoft.sqlserver:mssql-jdbc:13.1.0. jre8-preview '
1111
1212 testImplementation project(' :r2dbc' )
1313 testRuntimeOnly ' io.r2dbc:r2dbc-mssql:1.0.2.RELEASE'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
77 compileOnly ' com.oracle.database.r2dbc:oracle-r2dbc:1.2.0'
88
99 testImplementation project(' :jdbc-test' )
10- testImplementation ' com.oracle.database.jdbc:ojdbc11:23.5 .0.24.07 '
10+ testImplementation ' com.oracle.database.jdbc:ojdbc11:23.8 .0.25.04 '
1111
1212 compileOnly ' org.jetbrains:annotations:26.0.2'
1313
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
77 compileOnly ' com.oracle.database.r2dbc:oracle-r2dbc:1.2.0'
88
99 testImplementation project(' :jdbc-test' )
10- testImplementation ' com.oracle.database.jdbc:ojdbc11:23.5 .0.24.07 '
10+ testImplementation ' com.oracle.database.jdbc:ojdbc11:23.8 .0.25.04 '
1111
1212 compileOnly ' org.jetbrains:annotations:26.0.2'
1313
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ dependencies {
55 api project(' :jdbc' )
66
77 testImplementation project(' :jdbc-test' )
8- testRuntimeOnly ' com.timeplus:timeplus-native-jdbc:2.0.5 '
8+ testRuntimeOnly ' com.timeplus:timeplus-native-jdbc:2.0.10 '
99 testImplementation ' org.assertj:assertj-core:3.27.3'
1010}
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ dependencies {
44 api project(' :jdbc' )
55
66 testImplementation project(' :jdbc-test' )
7- testRuntimeOnly ' io.trino:trino-jdbc:458 '
7+ testRuntimeOnly ' io.trino:trino-jdbc:476 '
88 compileOnly ' org.jetbrains:annotations:26.0.2'
99}
You can’t perform that action at this time.
0 commit comments