From c67dca93eab6ffafbaeee337190867cb1ade23a1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Apr 2024 12:57:15 +0100 Subject: [PATCH] Upgrade to R2DBC MySQL 1.1.3 Closes gh-40263 --- 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 2f0c8a913e9..28a36ebc7d3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1520,7 +1520,7 @@ bom { ] } } - library("R2DBC MySQL", "1.1.2") { + library("R2DBC MySQL", "1.1.3") { group("io.asyncer") { modules = [ "r2dbc-mysql"