From 9667cab9e70a9234ea30dccdbed23776c65ad126 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 17 Oct 2024 15:27:23 +0100 Subject: [PATCH] Upgrade to R2DBC Pool 1.0.2.RELEASE Closes gh-42754 --- 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 937d0c0f2744..738368aee2f3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1635,7 +1635,7 @@ bom { ] } } - library("R2DBC Pool", "1.0.1.RELEASE") { + library("R2DBC Pool", "1.0.2.RELEASE") { considerSnapshots() group("io.r2dbc") { modules = [