From 60f7f080b5a7354a1707a894d5b80e9548f54a2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 14:05:52 +0000 Subject: [PATCH] (2.4.x): Bump io.r2dbc:r2dbc-h2 from 1.0.0.RELEASE to 1.1.0.RELEASE Bumps [io.r2dbc:r2dbc-h2](https://github.com/r2dbc/r2dbc-h2) from 1.0.0.RELEASE to 1.1.0.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.1.0.RELEASE) --- updated-dependencies: - dependency-name: io.r2dbc:r2dbc-h2 dependency-version: 1.1.0.RELEASE dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- spring-cloud-app-broker-docs/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-app-broker-docs/build.gradle b/spring-cloud-app-broker-docs/build.gradle index d896d7065..d45894e9c 100644 --- a/spring-cloud-app-broker-docs/build.gradle +++ b/spring-cloud-app-broker-docs/build.gradle @@ -36,7 +36,7 @@ dependencies { implementation "org.springframework.boot:spring-boot-starter-security" implementation "org.springframework.boot:spring-boot-starter-tomcat" implementation "io.projectreactor:reactor-core" - implementation "io.r2dbc:r2dbc-h2:1.0.0.RELEASE" + implementation "io.r2dbc:r2dbc-h2:1.1.0.RELEASE" asciidoctorExtensions "io.spring.asciidoctor.backends:spring-asciidoctor-backends:0.0.7" }