From d88d93e044245d7766f36d494e10a863ca09fd7e 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 937d0c0f274..738368aee2f 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 = [