diff --git a/modules/mysql/build.gradle b/modules/mysql/build.gradle index 2cf8b17d64f..bcf6f9ebc46 100644 --- a/modules/mysql/build.gradle +++ b/modules/mysql/build.gradle @@ -4,13 +4,13 @@ dependencies { api project(':testcontainers-jdbc') compileOnly project(':testcontainers-r2dbc') - compileOnly 'io.asyncer:r2dbc-mysql:1.4.1' + compileOnly 'io.asyncer:r2dbc-mysql:1.4.2' testImplementation project(':testcontainers-jdbc-test') testRuntimeOnly 'com.mysql:mysql-connector-j:9.6.0' testImplementation testFixtures(project(':testcontainers-r2dbc')) - testRuntimeOnly 'io.asyncer:r2dbc-mysql:1.4.1' + testRuntimeOnly 'io.asyncer:r2dbc-mysql:1.4.2' compileOnly 'org.jetbrains:annotations:26.1.0' }