From 8b27263eee516820bd8f78d40b3fb43fb393c764 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Mar 2022 09:26:08 +0100 Subject: [PATCH] Upgrade to R2DBC Bom Borca-SR1 Closes gh-30307 --- 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 0d894f5102..b48d12508c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1401,7 +1401,7 @@ bom { ] } } - library("R2DBC Bom", "Borca-RELEASE") { + library("R2DBC Bom", "Borca-SR1") { group("io.r2dbc") { imports = [ "r2dbc-bom"