From e4c072de45063e3f229ced484d1e6863af4ba499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 16:39:02 +0000 Subject: [PATCH 01/14] Bump org.apache.tomcat:tomcat-jdbc in /modules/jdbc-test Bumps org.apache.tomcat:tomcat-jdbc from 10.0.27 to 11.0.8. --- updated-dependencies: - dependency-name: org.apache.tomcat:tomcat-jdbc dependency-version: 11.0.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- modules/jdbc-test/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/jdbc-test/build.gradle b/modules/jdbc-test/build.gradle index 52467ad8582..6712d720a47 100644 --- a/modules/jdbc-test/build.gradle +++ b/modules/jdbc-test/build.gradle @@ -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' } From 8e9100ca73fd88efb28529f4adb80cb3c2eac286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 17:09:04 +0000 Subject: [PATCH 02/14] Bump com.timeplus:timeplus-native-jdbc in /modules/timeplus Bumps [com.timeplus:timeplus-native-jdbc](https://github.com/timeplus-io/timeplus-native-jdbc) from 2.0.5 to 2.0.10. - [Release notes](https://github.com/timeplus-io/timeplus-native-jdbc/releases) - [Commits](https://github.com/timeplus-io/timeplus-native-jdbc/compare/v2.0.5...v2.0.10) --- updated-dependencies: - dependency-name: com.timeplus:timeplus-native-jdbc dependency-version: 2.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- modules/timeplus/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/timeplus/build.gradle b/modules/timeplus/build.gradle index a4656822de5..72da2ed182f 100644 --- a/modules/timeplus/build.gradle +++ b/modules/timeplus/build.gradle @@ -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' } From 11818c491d42b95a58a7cfc4c7a31c50d9aea0c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 19:44:45 +0000 Subject: [PATCH 03/14] Bump com.yugabyte:jdbc-yugabytedb in /modules/yugabytedb Bumps [com.yugabyte:jdbc-yugabytedb](https://github.com/yugabyte/pgjdbc) from 42.3.5-yb-6 to 42.7.3-yb-4. - [Release notes](https://github.com/yugabyte/pgjdbc/releases) - [Changelog](https://github.com/yugabyte/pgjdbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/yugabyte/pgjdbc/compare/v42.3.5-yb-6...v42.7.3-yb-4) --- updated-dependencies: - dependency-name: com.yugabyte:jdbc-yugabytedb dependency-version: 42.7.3-yb-4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/yugabytedb/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/yugabytedb/build.gradle b/modules/yugabytedb/build.gradle index cb5d583b4ca..7d124651a64 100644 --- a/modules/yugabytedb/build.gradle +++ b/modules/yugabytedb/build.gradle @@ -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' } From c0cc69b792cd457eda6e3e902de8c2105daa52dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 20:17:24 +0000 Subject: [PATCH 04/14] Bump com.databend:databend-jdbc from 0.3.2 to 0.3.9 in /modules/databend Bumps [com.databend:databend-jdbc](https://github.com/databendcloud/databend-jdbc) from 0.3.2 to 0.3.9. - [Release notes](https://github.com/databendcloud/databend-jdbc/releases) - [Commits](https://github.com/databendcloud/databend-jdbc/compare/v0.3.2...v0.3.9) --- updated-dependencies: - dependency-name: com.databend:databend-jdbc dependency-version: 0.3.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- modules/databend/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/databend/build.gradle b/modules/databend/build.gradle index 65b014314a3..8eac99519c4 100644 --- a/modules/databend/build.gradle +++ b/modules/databend/build.gradle @@ -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' } From ae89f6e8c4da8d61ceeb981e6670f5576de2dec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 20:18:20 +0000 Subject: [PATCH 05/14] Bump com.timeplus:timeplus-native-jdbc in /modules/timeplus Bumps [com.timeplus:timeplus-native-jdbc](https://github.com/timeplus-io/timeplus-native-jdbc) from 2.0.5 to 2.0.7. - [Release notes](https://github.com/timeplus-io/timeplus-native-jdbc/releases) - [Commits](https://github.com/timeplus-io/timeplus-native-jdbc/compare/v2.0.5...v2.0.7) --- updated-dependencies: - dependency-name: com.timeplus:timeplus-native-jdbc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- modules/timeplus/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/timeplus/build.gradle b/modules/timeplus/build.gradle index a4656822de5..72da2ed182f 100644 --- a/modules/timeplus/build.gradle +++ b/modules/timeplus/build.gradle @@ -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' } From f87692f46be1a197124101eb66a83b343146a5dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 20:18:44 +0000 Subject: [PATCH 06/14] Bump com.google.guava:guava in /modules/jdbc-test Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.3.1-jre to 33.4.8-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-version: 33.4.8-jre dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/jdbc-test/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/jdbc-test/build.gradle b/modules/jdbc-test/build.gradle index 52467ad8582..29dbc9e8897 100644 --- a/modules/jdbc-test/build.gradle +++ b/modules/jdbc-test/build.gradle @@ -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' From 9ddbedae4240c0efe536537822742bc41d79527c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 20:18:53 +0000 Subject: [PATCH 07/14] Bump com.oracle.database.jdbc:ojdbc11 in /modules/oracle-free Bumps com.oracle.database.jdbc:ojdbc11 from 23.5.0.24.07 to 23.8.0.25.04. --- updated-dependencies: - dependency-name: com.oracle.database.jdbc:ojdbc11 dependency-version: 23.8.0.25.04 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/oracle-free/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/oracle-free/build.gradle b/modules/oracle-free/build.gradle index cc19ce93d54..8ce9ace6b46 100644 --- a/modules/oracle-free/build.gradle +++ b/modules/oracle-free/build.gradle @@ -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' From fb365d884b6e016db4522238d70ce013fdaf0a64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 20:18:54 +0000 Subject: [PATCH 08/14] Bump com.oracle.database.jdbc:ojdbc11 in /modules/oracle-xe Bumps com.oracle.database.jdbc:ojdbc11 from 23.5.0.24.07 to 23.8.0.25.04. --- updated-dependencies: - dependency-name: com.oracle.database.jdbc:ojdbc11 dependency-version: 23.8.0.25.04 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/oracle-xe/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/oracle-xe/build.gradle b/modules/oracle-xe/build.gradle index c509b3bf431..e61c4ea9abe 100644 --- a/modules/oracle-xe/build.gradle +++ b/modules/oracle-xe/build.gradle @@ -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' From e81d15101fec7388a7a6242832cfb37ef831931a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 20:18:56 +0000 Subject: [PATCH 09/14] Bump org.mariadb.jdbc:mariadb-java-client in /modules/mariadb Bumps [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) from 3.4.1 to 3.5.4. - [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases) - [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/main/CHANGELOG.md) - [Commits](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.4.1...3.5.4) --- updated-dependencies: - dependency-name: org.mariadb.jdbc:mariadb-java-client dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/mariadb/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mariadb/build.gradle b/modules/mariadb/build.gradle index 7492300b4b6..416ae4f2707 100644 --- a/modules/mariadb/build.gradle +++ b/modules/mariadb/build.gradle @@ -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' From 03087b423b7519a1805c76fd9117fbe09893a3f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 20:19:00 +0000 Subject: [PATCH 10/14] Bump org.apache.tomcat:tomcat-jdbc in /modules/jdbc-test Bumps org.apache.tomcat:tomcat-jdbc from 10.0.27 to 11.0.2. --- updated-dependencies: - dependency-name: org.apache.tomcat:tomcat-jdbc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- modules/jdbc-test/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/jdbc-test/build.gradle b/modules/jdbc-test/build.gradle index 52467ad8582..6712d720a47 100644 --- a/modules/jdbc-test/build.gradle +++ b/modules/jdbc-test/build.gradle @@ -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' } From 0c041476eb8c5e2953481b715929b9316c693855 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 20:19:21 +0000 Subject: [PATCH 11/14] Bump io.trino:trino-jdbc from 458 to 476 in /modules/trino Bumps io.trino:trino-jdbc from 458 to 476. --- updated-dependencies: - dependency-name: io.trino:trino-jdbc dependency-version: '476' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- modules/trino/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/trino/build.gradle b/modules/trino/build.gradle index 0977b0306b4..f8d3a4f1307 100644 --- a/modules/trino/build.gradle +++ b/modules/trino/build.gradle @@ -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' } From 26acfc1f1c0003a95268e2d425ee43c413a0ed2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 20:19:25 +0000 Subject: [PATCH 12/14] Bump org.apache.tomcat:tomcat-jdbc in /modules/jdbc Bumps org.apache.tomcat:tomcat-jdbc from 10.1.30 to 11.0.8. --- updated-dependencies: - dependency-name: org.apache.tomcat:tomcat-jdbc dependency-version: 11.0.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- modules/jdbc/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/jdbc/build.gradle b/modules/jdbc/build.gradle index 009533503bc..de68d8816d0 100644 --- a/modules/jdbc/build.gradle +++ b/modules/jdbc/build.gradle @@ -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') { From 8ecdf31277a92bc49e03ea0475148a634407c897 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 20:19:26 +0000 Subject: [PATCH 13/14] Bump com.microsoft.sqlserver:mssql-jdbc in /modules/azure Bumps [com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 12.8.1.jre8 to 13.1.0.jre8-preview. - [Release notes](https://github.com/Microsoft/mssql-jdbc/releases) - [Changelog](https://github.com/microsoft/mssql-jdbc/blob/main/CHANGELOG.md) - [Commits](https://github.com/Microsoft/mssql-jdbc/commits) --- updated-dependencies: - dependency-name: com.microsoft.sqlserver:mssql-jdbc dependency-version: 13.1.0.jre8-preview dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- modules/azure/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/azure/build.gradle b/modules/azure/build.gradle index 03cdcdd15d0..31699f62ad6 100644 --- a/modules/azure/build.gradle +++ b/modules/azure/build.gradle @@ -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' } From 77dd4fc0fe56b8be7ef86d158e32cd157641200e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 20:19:33 +0000 Subject: [PATCH 14/14] Bump com.microsoft.sqlserver:mssql-jdbc in /modules/mssqlserver Bumps [com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 12.8.1.jre8 to 13.1.0.jre8-preview. - [Release notes](https://github.com/Microsoft/mssql-jdbc/releases) - [Changelog](https://github.com/microsoft/mssql-jdbc/blob/main/CHANGELOG.md) - [Commits](https://github.com/Microsoft/mssql-jdbc/commits) --- updated-dependencies: - dependency-name: com.microsoft.sqlserver:mssql-jdbc dependency-version: 13.1.0.jre8-preview dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- modules/mssqlserver/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mssqlserver/build.gradle b/modules/mssqlserver/build.gradle index 006c5d38031..899bbcc88db 100644 --- a/modules/mssqlserver/build.gradle +++ b/modules/mssqlserver/build.gradle @@ -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'