From 1ef1f050e3a6fa1a5be0ddfa86f2d2a79270be5a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Mar 2024 13:45:31 +0000 Subject: [PATCH] Upgrade to R2DBC MySQL 1.1.2 Closes gh-40007 --- 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 4120d12cc23..2c3fa9ba0b1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1502,7 +1502,7 @@ bom { ] } } - library("R2DBC MySQL", "1.1.1") { + library("R2DBC MySQL", "1.1.2") { group("io.asyncer") { modules = [ "r2dbc-mysql"