From bf7576daafd04bc55daec107c91c48037a8726d1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Nov 2022 13:56:11 +0100 Subject: [PATCH] Upgrade to R2DBC H2 1.0.0.RELEASE Closes gh-33195 --- 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 c3c6a2ca4d66..3621038f5153 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1101,7 +1101,7 @@ bom { ] } } - library("R2DBC H2", "1.0.0.RC1") { + library("R2DBC H2", "1.0.0.RELEASE") { group("io.r2dbc") { modules = [ "r2dbc-h2"