From 72ab602589ecd9c0840a590704e16aed49c65379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 15:38:51 +0000 Subject: [PATCH 1/6] Bump com.oracle.database.r2dbc:oracle-r2dbc in /modules/oracle-free Bumps [com.oracle.database.r2dbc:oracle-r2dbc](https://github.com/oracle/oracle-r2dbc) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/oracle/oracle-r2dbc/releases) - [Commits](https://github.com/oracle/oracle-r2dbc/compare/1.2.0...1.3.0) --- updated-dependencies: - dependency-name: com.oracle.database.r2dbc:oracle-r2dbc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/oracle-free/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/oracle-free/build.gradle b/modules/oracle-free/build.gradle index 8ce9ace6b46..424f6c48616 100644 --- a/modules/oracle-free/build.gradle +++ b/modules/oracle-free/build.gradle @@ -4,7 +4,7 @@ dependencies { api project(':jdbc') compileOnly project(':r2dbc') - compileOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.2.0' + compileOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.3.0' testImplementation project(':jdbc-test') testImplementation 'com.oracle.database.jdbc:ojdbc11:23.8.0.25.04' @@ -12,5 +12,5 @@ dependencies { compileOnly 'org.jetbrains:annotations:26.0.2' testImplementation testFixtures(project(':r2dbc')) - testRuntimeOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.2.0' + testRuntimeOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.3.0' } From fa83c47e29940a81de65751ad331856607b2a5bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 15:38:58 +0000 Subject: [PATCH 2/6] Bump com.oracle.database.r2dbc:oracle-r2dbc in /modules/oracle-xe Bumps [com.oracle.database.r2dbc:oracle-r2dbc](https://github.com/oracle/oracle-r2dbc) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/oracle/oracle-r2dbc/releases) - [Commits](https://github.com/oracle/oracle-r2dbc/compare/1.2.0...1.3.0) --- updated-dependencies: - dependency-name: com.oracle.database.r2dbc:oracle-r2dbc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/oracle-xe/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/oracle-xe/build.gradle b/modules/oracle-xe/build.gradle index e61c4ea9abe..ff04ca864d1 100644 --- a/modules/oracle-xe/build.gradle +++ b/modules/oracle-xe/build.gradle @@ -4,7 +4,7 @@ dependencies { api project(':jdbc') compileOnly project(':r2dbc') - compileOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.2.0' + compileOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.3.0' testImplementation project(':jdbc-test') testImplementation 'com.oracle.database.jdbc:ojdbc11:23.8.0.25.04' @@ -12,7 +12,7 @@ dependencies { compileOnly 'org.jetbrains:annotations:26.0.2' testImplementation testFixtures(project(':r2dbc')) - testRuntimeOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.2.0' + testRuntimeOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.3.0' } tasks.japicmp { From 4c7b73cdca04b3280f7c528ee5cea6b33be614bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 16:06:12 +0000 Subject: [PATCH 3/6] Bump org.vibur:vibur-dbcp from 25.0 to 26.0 in /modules/jdbc-test Bumps [org.vibur:vibur-dbcp](https://github.com/vibur/vibur-dbcp) from 25.0 to 26.0. - [Changelog](https://github.com/vibur/vibur-dbcp/blob/master/CHANGELOG) - [Commits](https://github.com/vibur/vibur-dbcp/compare/25.0...26.0) --- updated-dependencies: - dependency-name: org.vibur:vibur-dbcp 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 aff78b9efdf..507313e9ad2 100644 --- a/modules/jdbc-test/build.gradle +++ b/modules/jdbc-test/build.gradle @@ -11,6 +11,6 @@ dependencies { api 'org.assertj:assertj-core:3.27.3' api 'org.apache.tomcat:tomcat-jdbc:11.0.9' - api 'org.vibur:vibur-dbcp:25.0' + api 'org.vibur:vibur-dbcp:26.0' api 'mysql:mysql-connector-java:8.0.33' } From 4dc82f49361609cb1b29ff24b948360e1f81dff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 16:06:17 +0000 Subject: [PATCH 4/6] Bump org.vibur:vibur-dbcp from 25.0 to 26.0 in /modules/jdbc Bumps [org.vibur:vibur-dbcp](https://github.com/vibur/vibur-dbcp) from 25.0 to 26.0. - [Changelog](https://github.com/vibur/vibur-dbcp/blob/master/CHANGELOG) - [Commits](https://github.com/vibur/vibur-dbcp/compare/25.0...26.0) --- updated-dependencies: - dependency-name: org.vibur:vibur-dbcp 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 de68d8816d0..c343cd17a4a 100644 --- a/modules/jdbc/build.gradle +++ b/modules/jdbc/build.gradle @@ -5,7 +5,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.vibur:vibur-dbcp:26.0' 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' From 6531e902532b3d57143168aea402e5c88abd531a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 16:06:37 +0000 Subject: [PATCH 5/6] Bump io.projectreactor:reactor-core in /modules/r2dbc Bumps [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from 3.6.10 to 3.7.7. - [Release notes](https://github.com/reactor/reactor-core/releases) - [Commits](https://github.com/reactor/reactor-core/compare/v3.6.10...v3.7.7) --- updated-dependencies: - dependency-name: io.projectreactor:reactor-core dependency-version: 3.7.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/r2dbc/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/r2dbc/build.gradle b/modules/r2dbc/build.gradle index 0c2bde505b1..b506f5a2515 100644 --- a/modules/r2dbc/build.gradle +++ b/modules/r2dbc/build.gradle @@ -12,6 +12,6 @@ dependencies { testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE' testImplementation project(':postgresql') - testFixturesImplementation 'io.projectreactor:reactor-core:3.6.10' + testFixturesImplementation 'io.projectreactor:reactor-core:3.7.8' testFixturesImplementation 'org.assertj:assertj-core:3.27.3' } From a8ef0f3d5f2715b7338f8f08f7b0705abfda1c4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 16:06:40 +0000 Subject: [PATCH 6/6] Bump io.asyncer:r2dbc-mysql from 1.3.0 to 1.4.1 in /modules/mysql Bumps [io.asyncer:r2dbc-mysql](https://github.com/asyncer-io/r2dbc-mysql) from 1.3.0 to 1.4.1. - [Release notes](https://github.com/asyncer-io/r2dbc-mysql/releases) - [Commits](https://github.com/asyncer-io/r2dbc-mysql/compare/r2dbc-mysql-1.3.0...r2dbc-mysql-1.4.1) --- updated-dependencies: - dependency-name: io.asyncer:r2dbc-mysql dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/mysql/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/mysql/build.gradle b/modules/mysql/build.gradle index 4858aa20ff5..3055cd141fc 100644 --- a/modules/mysql/build.gradle +++ b/modules/mysql/build.gradle @@ -4,13 +4,13 @@ dependencies { api project(':jdbc') compileOnly project(':r2dbc') - compileOnly 'io.asyncer:r2dbc-mysql:1.3.0' + compileOnly 'io.asyncer:r2dbc-mysql:1.4.1' testImplementation project(':jdbc-test') testRuntimeOnly 'mysql:mysql-connector-java:8.0.33' testImplementation testFixtures(project(':r2dbc')) - testRuntimeOnly 'io.asyncer:r2dbc-mysql:1.3.0' + testRuntimeOnly 'io.asyncer:r2dbc-mysql:1.4.1' compileOnly 'org.jetbrains:annotations:26.0.2' }