From 0d02f216a99a3756fbb960906ef8f33c7a8f9a63 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Jan 2024 18:55:22 +0000 Subject: [PATCH] Upgrade to R2DBC MySQL 1.0.6 Closes gh-39209 --- 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 2e75cf524c..5609c57f0c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1272,7 +1272,7 @@ bom { ] } } - library("R2DBC MySQL", "1.0.5") { + library("R2DBC MySQL", "1.0.6") { group("io.asyncer") { modules = [ "r2dbc-mysql"