From 960f0ea1da99c145ce30580ffc2133066295a3eb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 20 Jul 2023 09:22:21 +0100 Subject: [PATCH] Revert "Upgrade to R2DBC Pool 1.0.1.RELEASE" This reverts commit e754a1b11ef229dbc26b0394c99818af6e193a4f. See gh-36464 --- 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 aa5d131858b..b4f47a949d6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1106,7 +1106,7 @@ bom { ] } } - library("R2DBC Pool", "1.0.1.RELEASE") { + library("R2DBC Pool", "1.0.0.RELEASE") { group("io.r2dbc") { modules = [ "r2dbc-pool"