From b16ca8727e9de1681d0df7edf99a663547baa334 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 19 Sep 2023 17:06:20 +0100 Subject: [PATCH] Upgrade to R2DBC MySQL 1.0.3 Closes gh-37466 --- 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 177df502ba4e..6f4c958ed31c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1156,7 +1156,7 @@ bom { ] } } - library("R2DBC MySQL", "1.0.2") { + library("R2DBC MySQL", "1.0.3") { group("io.asyncer") { modules = [ "r2dbc-mysql"