From d224f69c7b934fa2cf7ad844bc1c0162d03c7301 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 4 May 2023 15:47:07 +0100 Subject: [PATCH] Upgrade to R2DBC MySQL 1.0.1 Closes gh-35284 --- 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 9eca059a58..2c7a443050 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1146,7 +1146,7 @@ bom { ] } } - library("R2DBC MySQL", "1.0.0") { + library("R2DBC MySQL", "1.0.1") { group("io.asyncer") { modules = [ "r2dbc-mysql"