From 78f6c66b272a0ab17bfe1084c268c5bfe1843d11 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 10 Aug 2023 15:21:43 +0200 Subject: [PATCH] Upgrade to R2DBC Pool 1.0.1.RELEASE Closes gh-36936 --- 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 ded0102963..8a2e736a8c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1157,7 +1157,7 @@ bom { ] } } - library("R2DBC Pool", "1.0.0.RELEASE") { + library("R2DBC Pool", "1.0.1.RELEASE") { group("io.r2dbc") { modules = [ "r2dbc-pool"