From 376e6cc709493122214cd04e5a9d47592833939f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 00:19:44 +0000 Subject: [PATCH] Bump io.asyncer:r2dbc-mysql from 1.0.6 to 1.1.2 in /modules/mysql Bumps [io.asyncer:r2dbc-mysql](https://github.com/asyncer-io/r2dbc-mysql) from 1.0.6 to 1.1.2. - [Release notes](https://github.com/asyncer-io/r2dbc-mysql/releases) - [Commits](https://github.com/asyncer-io/r2dbc-mysql/compare/r2dbc-mysql-1.0.6...r2dbc-mysql-1.1.2) --- updated-dependencies: - dependency-name: io.asyncer:r2dbc-mysql 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 a61819b1542..dca38bc5ed5 100644 --- a/modules/mysql/build.gradle +++ b/modules/mysql/build.gradle @@ -7,13 +7,13 @@ dependencies { api project(':jdbc') compileOnly project(':r2dbc') - compileOnly 'io.asyncer:r2dbc-mysql:1.0.6' + compileOnly 'io.asyncer:r2dbc-mysql:1.1.2' testImplementation project(':jdbc-test') testRuntimeOnly 'mysql:mysql-connector-java:8.0.33' testImplementation testFixtures(project(':r2dbc')) - testRuntimeOnly 'io.asyncer:r2dbc-mysql:1.0.6' + testRuntimeOnly 'io.asyncer:r2dbc-mysql:1.1.2' compileOnly 'org.jetbrains:annotations:24.1.0' }