From a25641c8d7d0886611c3679a03ae78b9a47283dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 01:46:24 +0000 Subject: [PATCH] Bump io.asyncer:r2dbc-mysql from 1.4.1 to 1.4.2 in /modules/mysql Bumps [io.asyncer:r2dbc-mysql](https://github.com/asyncer-io/r2dbc-mysql) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/asyncer-io/r2dbc-mysql/releases) - [Commits](https://github.com/asyncer-io/r2dbc-mysql/compare/r2dbc-mysql-1.4.1...r2dbc-mysql-1.4.2) --- updated-dependencies: - dependency-name: io.asyncer:r2dbc-mysql dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 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' }