From 8840224cdd14e418e32c23d0f7a50ef7bc564252 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 6 Feb 2023 13:20:01 +0000 Subject: [PATCH] Upgrade to R2DBC Proxy 1.1.0.RELEASE Closes gh-34105 --- 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 ee089ef022..8e0b84a74e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1106,7 +1106,7 @@ bom { ] } } - library("R2DBC Proxy", "1.0.1.RELEASE") { + library("R2DBC Proxy", "1.1.0.RELEASE") { group("io.r2dbc") { modules = [ "r2dbc-proxy"