From b0c66c07e23a162fc4e11aa973cdb3a8246ccf9a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 15:27:43 +0100 Subject: [PATCH] Upgrade to R2DBC MySQL 1.0.5 Closes gh-37868 --- 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 74f2fe6e2b..37b86ecc34 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1265,7 +1265,7 @@ bom { ] } } - library("R2DBC MySQL", "1.0.4") { + library("R2DBC MySQL", "1.0.5") { group("io.asyncer") { modules = [ "r2dbc-mysql"