From 0c07b0626ab2524db96ab2eb2651cc74869b4584 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Feb 2024 08:00:23 +0000 Subject: [PATCH] Upgrade to R2DBC MySQL 1.1.1 Closes gh-39723 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index dd3689b897..75ace6b1e2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1198,7 +1198,7 @@ bom { ] } } - library("R2DBC MySQL", "1.0.6") { + library("R2DBC MySQL", "1.1.1") { group("io.asyncer") { modules = [ "r2dbc-mysql"