From 50000cfb259e3fc10afe83eddee5ae6759042ab6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jul 2020 15:43:25 +0200 Subject: [PATCH] Upgrade to R2DBC Arabba-SR6 Closes gh-22394 --- 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 a05f92c602a..74ddb403585 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1396,7 +1396,7 @@ bom { ] } } - library("R2DBC Bom", "Arabba-SR4") { + library("R2DBC Bom", "Arabba-SR6") { group("io.r2dbc") { imports = [ "r2dbc-bom"