From cb205224ee76af41182275c4aa71e9f4e599a78d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 01:46:27 +0000 Subject: [PATCH] Bump com.mysql:mysql-connector-j from 9.6.0 to 9.7.0 in /modules/mysql Bumps [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) from 9.6.0 to 9.7.0. - [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES) - [Commits](https://github.com/mysql/mysql-connector-j/compare/9.6.0...9.7.0) --- updated-dependencies: - dependency-name: com.mysql:mysql-connector-j dependency-version: 9.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/mysql/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mysql/build.gradle b/modules/mysql/build.gradle index 2cf8b17d64f..2b40f24d5fc 100644 --- a/modules/mysql/build.gradle +++ b/modules/mysql/build.gradle @@ -7,7 +7,7 @@ dependencies { compileOnly 'io.asyncer:r2dbc-mysql:1.4.1' testImplementation project(':testcontainers-jdbc-test') - testRuntimeOnly 'com.mysql:mysql-connector-j:9.6.0' + testRuntimeOnly 'com.mysql:mysql-connector-j:9.7.0' testImplementation testFixtures(project(':testcontainers-r2dbc')) testRuntimeOnly 'io.asyncer:r2dbc-mysql:1.4.1'