From 7edd76ce5560e95f3107741eae6abefaa66e0093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 21 Oct 2025 08:46:45 +0200 Subject: [PATCH] Upgrade to R2DBC H2 1.0.1.RELEASE Closes gh-47727 --- 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 7c453bda624..97730d5b40b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1768,7 +1768,7 @@ bom { .formatted(version.toString("_"))) } } - library("R2DBC H2", "1.0.0.RELEASE") { + library("R2DBC H2", "1.0.1.RELEASE") { considerSnapshots() group("io.r2dbc") { modules = [