From d175ddb2fac7da81af3c9aa30c5ac3ea02c6c622 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 10 Aug 2023 14:41:52 +0200 Subject: [PATCH] Upgrade to R2DBC Pool 1.0.1.RELEASE Closes gh-36920 --- 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 6be82539c3b..808c1c2b970 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1110,7 +1110,7 @@ bom { ] } } - library("R2DBC Pool", "1.0.0.RELEASE") { + library("R2DBC Pool", "1.0.1.RELEASE") { group("io.r2dbc") { modules = [ "r2dbc-pool"