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'