Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
e4c072d
Bump org.apache.tomcat:tomcat-jdbc in /modules/jdbc-test
dependabot[bot] Jul 14, 2025
8e9100c
Bump com.timeplus:timeplus-native-jdbc in /modules/timeplus
dependabot[bot] Jul 14, 2025
11818c4
Bump com.yugabyte:jdbc-yugabytedb in /modules/yugabytedb
dependabot[bot] Jul 14, 2025
c0cc69b
Bump com.databend:databend-jdbc from 0.3.2 to 0.3.9 in /modules/databend
dependabot[bot] Jul 14, 2025
ae89f6e
Bump com.timeplus:timeplus-native-jdbc in /modules/timeplus
dependabot[bot] Jul 14, 2025
f87692f
Bump com.google.guava:guava in /modules/jdbc-test
dependabot[bot] Jul 14, 2025
9ddbeda
Bump com.oracle.database.jdbc:ojdbc11 in /modules/oracle-free
dependabot[bot] Jul 14, 2025
fb365d8
Bump com.oracle.database.jdbc:ojdbc11 in /modules/oracle-xe
dependabot[bot] Jul 14, 2025
e81d151
Bump org.mariadb.jdbc:mariadb-java-client in /modules/mariadb
dependabot[bot] Jul 14, 2025
03087b4
Bump org.apache.tomcat:tomcat-jdbc in /modules/jdbc-test
dependabot[bot] Jul 14, 2025
0c04147
Bump io.trino:trino-jdbc from 458 to 476 in /modules/trino
dependabot[bot] Jul 14, 2025
26acfc1
Bump org.apache.tomcat:tomcat-jdbc in /modules/jdbc
dependabot[bot] Jul 14, 2025
8ecdf31
Bump com.microsoft.sqlserver:mssql-jdbc in /modules/azure
dependabot[bot] Jul 14, 2025
77dd4fc
Bump com.microsoft.sqlserver:mssql-jdbc in /modules/mssqlserver
dependabot[bot] Jul 14, 2025
fa49ccf
Merge remote-tracking branch 'origin/dependabot/gradle/modules/jdbc-t…
eddumelendez Jul 14, 2025
9944a72
Merge remote-tracking branch 'origin/dependabot/gradle/modules/trino/…
eddumelendez Jul 14, 2025
4d6169c
Merge remote-tracking branch 'origin/dependabot/gradle/modules/jdbc-t…
eddumelendez Jul 14, 2025
c8c71e2
Merge remote-tracking branch 'origin/dependabot/gradle/modules/databe…
eddumelendez Jul 14, 2025
28c2c10
Merge remote-tracking branch 'origin/dependabot/gradle/modules/mariad…
eddumelendez Jul 14, 2025
466f16b
Merge remote-tracking branch 'origin/dependabot/gradle/modules/timepl…
eddumelendez Jul 14, 2025
775441a
Merge remote-tracking branch 'origin/dependabot/gradle/modules/mssqls…
eddumelendez Jul 14, 2025
1951130
Merge remote-tracking branch 'origin/dependabot/gradle/modules/azure/…
eddumelendez Jul 14, 2025
84c369b
Merge remote-tracking branch 'origin/dependabot/gradle/modules/jdbc-t…
eddumelendez Jul 14, 2025
f525b51
Merge remote-tracking branch 'origin/dependabot/gradle/modules/timepl…
eddumelendez Jul 14, 2025
be16140
Merge remote-tracking branch 'origin/dependabot/gradle/modules/yugaby…
eddumelendez Jul 14, 2025
b4d6f4a
Merge remote-tracking branch 'origin/dependabot/gradle/modules/oracle…
eddumelendez Jul 14, 2025
53914e9
Merge remote-tracking branch 'origin/dependabot/gradle/modules/oracle…
eddumelendez Jul 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/azure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ dependencies {
testImplementation 'com.azure:azure-data-tables:12.5.0'
testImplementation 'com.azure:azure-messaging-eventhubs:5.19.2'
testImplementation 'com.azure:azure-messaging-servicebus:7.17.8'
testImplementation 'com.microsoft.sqlserver:mssql-jdbc:12.8.1.jre8'
testImplementation 'com.microsoft.sqlserver:mssql-jdbc:13.1.0.jre8-preview'
}
2 changes: 1 addition & 1 deletion modules/databend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies {
api project(':jdbc')

testImplementation project(':jdbc-test')
testRuntimeOnly 'com.databend:databend-jdbc:0.3.2'
testRuntimeOnly 'com.databend:databend-jdbc:0.3.9'
testImplementation 'org.assertj:assertj-core:3.27.3'
}
4 changes: 2 additions & 2 deletions modules/jdbc-test/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
api project(':jdbc')

api 'com.google.guava:guava:33.3.1-jre'
api 'com.google.guava:guava:33.4.8-jre'
api 'org.apache.commons:commons-lang3:3.17.0'
api 'com.zaxxer:HikariCP-java6:2.3.13'
api 'commons-dbutils:commons-dbutils:1.8.1'
Expand All @@ -10,7 +10,7 @@ dependencies {

api 'org.assertj:assertj-core:3.27.3'

api 'org.apache.tomcat:tomcat-jdbc:10.0.27'
api 'org.apache.tomcat:tomcat-jdbc:11.0.9'
api 'org.vibur:vibur-dbcp:25.0'
api 'mysql:mysql-connector-java:8.0.33'
}
2 changes: 1 addition & 1 deletion modules/jdbc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
compileOnly 'org.jetbrains:annotations:26.0.2'
testImplementation 'commons-dbutils:commons-dbutils:1.8.1'
testImplementation 'org.vibur:vibur-dbcp:25.0'
testImplementation 'org.apache.tomcat:tomcat-jdbc:10.1.30'
testImplementation 'org.apache.tomcat:tomcat-jdbc:11.0.9'
testImplementation 'com.zaxxer:HikariCP-java6:2.3.13'
testImplementation 'org.assertj:assertj-core:3.27.3'
testImplementation ('org.mockito:mockito-core:4.11.0') {
Expand Down
2 changes: 1 addition & 1 deletion modules/mariadb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
compileOnly 'org.mariadb:r2dbc-mariadb:1.0.3'

testImplementation project(':jdbc-test')
testImplementation 'org.mariadb.jdbc:mariadb-java-client:3.4.1'
testImplementation 'org.mariadb.jdbc:mariadb-java-client:3.5.4'

testImplementation testFixtures(project(':r2dbc'))
testRuntimeOnly 'org.mariadb:r2dbc-mariadb:1.0.3'
Expand Down
2 changes: 1 addition & 1 deletion modules/mssqlserver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
compileOnly 'io.r2dbc:r2dbc-mssql:1.0.2.RELEASE'

testImplementation project(':jdbc-test')
testImplementation 'com.microsoft.sqlserver:mssql-jdbc:12.8.1.jre8'
testImplementation 'com.microsoft.sqlserver:mssql-jdbc:13.1.0.jre8-preview'

testImplementation project(':r2dbc')
testRuntimeOnly 'io.r2dbc:r2dbc-mssql:1.0.2.RELEASE'
Expand Down
2 changes: 1 addition & 1 deletion modules/oracle-free/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
compileOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.2.0'

testImplementation project(':jdbc-test')
testImplementation 'com.oracle.database.jdbc:ojdbc11:23.5.0.24.07'
testImplementation 'com.oracle.database.jdbc:ojdbc11:23.8.0.25.04'

compileOnly 'org.jetbrains:annotations:26.0.2'

Expand Down
2 changes: 1 addition & 1 deletion modules/oracle-xe/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
compileOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.2.0'

testImplementation project(':jdbc-test')
testImplementation 'com.oracle.database.jdbc:ojdbc11:23.5.0.24.07'
testImplementation 'com.oracle.database.jdbc:ojdbc11:23.8.0.25.04'

compileOnly 'org.jetbrains:annotations:26.0.2'

Expand Down
2 changes: 1 addition & 1 deletion modules/timeplus/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ dependencies {
api project(':jdbc')

testImplementation project(':jdbc-test')
testRuntimeOnly 'com.timeplus:timeplus-native-jdbc:2.0.5'
testRuntimeOnly 'com.timeplus:timeplus-native-jdbc:2.0.10'
testImplementation 'org.assertj:assertj-core:3.27.3'
}
2 changes: 1 addition & 1 deletion modules/trino/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies {
api project(':jdbc')

testImplementation project(':jdbc-test')
testRuntimeOnly 'io.trino:trino-jdbc:458'
testRuntimeOnly 'io.trino:trino-jdbc:476'
compileOnly 'org.jetbrains:annotations:26.0.2'
}
2 changes: 1 addition & 1 deletion modules/yugabytedb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ dependencies {
// YCQL driver
testImplementation 'com.yugabyte:java-driver-core:4.15.0-yb-2-TESTFIX.0'
// YSQL driver
testRuntimeOnly 'com.yugabyte:jdbc-yugabytedb:42.3.5-yb-6'
testRuntimeOnly 'com.yugabyte:jdbc-yugabytedb:42.7.3-yb-4'
}
Loading