From 72bc70593d3be5a834ab6ccf380d0a4d6faf45d0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Nov 2022 15:03:54 +0100 Subject: [PATCH] Upgrade to R2DBC Proxy 1.0.1.RELEASE Closes gh-33309 --- 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 9f48d85cb70c..2cd5eb61c193 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1122,7 +1122,7 @@ bom { ] } } - library("R2DBC Proxy", "1.0.0.RELEASE") { + library("R2DBC Proxy", "1.0.1.RELEASE") { group("io.r2dbc") { modules = [ "r2dbc-proxy"