From 1e22504d219ba01ea5eed5b631b5ba183ec16579 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Jan 2022 12:21:02 +0100 Subject: [PATCH] Upgrade to R2DBC Bom Arabba-SR12 Closes gh-29391 --- 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 cb65b43226..cdf7563880 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1408,7 +1408,7 @@ bom { ] } } - library("R2DBC Bom", "Arabba-SR11") { + library("R2DBC Bom", "Arabba-SR12") { group("io.r2dbc") { imports = [ "r2dbc-bom"