From d2fdbb8b47a3e157f35cd2ad0971da60d8705b79 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 19 Sep 2023 18:02:04 +0100 Subject: [PATCH] Upgrade to R2DBC MySQL 1.0.3 Closes gh-37470 --- 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 017d5bdcfa5..5ba5e9d3d4b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1266,7 +1266,7 @@ bom { ] } } - library("R2DBC MySQL", "1.0.2") { + library("R2DBC MySQL", "1.0.3") { group("io.asyncer") { modules = [ "r2dbc-mysql"