From 34d02659a829892e9d83247a8723b4d34be7f629 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 20 Jul 2023 08:37:50 +0100 Subject: [PATCH] Upgrade to R2DBC Pool 1.0.1.RELEASE Closes gh-36472 --- 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 fe282c569c..6dd420394d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1153,7 +1153,7 @@ bom { ] } } - library("R2DBC Pool", "1.0.0.RELEASE") { + library("R2DBC Pool", "1.0.1.RELEASE") { group("io.r2dbc") { modules = [ "r2dbc-pool"