From 009b4bbcd9c1f71dfe97f9f7595153a2694e5453 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:45:35 +0200 Subject: [PATCH] Upgrade to R2DBC MySQL 1.0.2 Closes gh-35844 --- 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 5126cf9e5f..b08aaf9a96 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.1") { + library("R2DBC MySQL", "1.0.2") { group("io.asyncer") { modules = [ "r2dbc-mysql"