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] 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' }