From e9c0f87ddb8d18d918c0193a82c856d82c426d1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 14:45:52 +0000 Subject: [PATCH] Bump io.r2dbc:r2dbc-h2 from 1.0.0.RELEASE to 1.0.1.RELEASE Bumps [io.r2dbc:r2dbc-h2](https://github.com/r2dbc/r2dbc-h2) from 1.0.0.RELEASE to 1.0.1.RELEASE. - [Release notes](https://github.com/r2dbc/r2dbc-h2/releases) - [Changelog](https://github.com/r2dbc/r2dbc-h2/blob/main/CHANGELOG) - [Commits](https://github.com/r2dbc/r2dbc-h2/compare/v1.0.0.RELEASE...v1.0.1.RELEASE) --- updated-dependencies: - dependency-name: io.r2dbc:r2dbc-h2 dependency-version: 1.0.1.RELEASE dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 19bca81364..4f8b67a12f 100644 --- a/build.gradle +++ b/build.gradle @@ -92,7 +92,7 @@ ext { pahoMqttClientVersion = '1.2.5' postgresVersion = '42.7.8' protobufVersion = '4.28.3' - r2dbch2Version = '1.0.0.RELEASE' + r2dbch2Version = '1.0.1.RELEASE' reactorVersion = '2024.0.11' resilience4jVersion = '2.2.0' romeToolsVersion = '2.1.0'