From a0fc837c58ca2d4d4088d01a8635f2fdbcffa55e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 12:14:16 +0100 Subject: [PATCH] Upgrade to R2DBC MySQL 1.0.4 Closes gh-37784 --- 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 29cd973f8c..caa5a64d56 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1269,7 +1269,7 @@ bom { ] } } - library("R2DBC MySQL", "1.0.3") { + library("R2DBC MySQL", "1.0.4") { group("io.asyncer") { modules = [ "r2dbc-mysql"