From a6afb64d66fa021d02a0f1fb8ef99d4001cc9d0a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 11 Sep 2024 11:18:38 +0100 Subject: [PATCH] Upgrade to R2DBC MySQL 1.3.0 Closes gh-42240 --- 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 50eeae46bcd..6f72c82193a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1618,7 +1618,7 @@ bom { ] } } - library("R2DBC MySQL", "1.1.3") { + library("R2DBC MySQL", "1.3.0") { group("io.asyncer") { modules = [ "r2dbc-mysql"