From a3d744833693652ed84e1a593550c1c4e0351279 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 10:45:01 +0100 Subject: [PATCH] Upgrade to R2DBC MySQL 1.0.4 Closes gh-37765 --- 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 06365ecdfb..950f84754d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1159,7 +1159,7 @@ bom { ] } } - library("R2DBC MySQL", "1.0.3") { + library("R2DBC MySQL", "1.0.4") { group("io.asyncer") { modules = [ "r2dbc-mysql"