From 38cfa0fb5456050e2300151db23653e9f7083c38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Oct 2021 13:38:28 +0000 Subject: [PATCH] Bump r2dbc-h2 from 0.8.0.RELEASE to 0.8.4.RELEASE Bumps [r2dbc-h2](https://github.com/r2dbc/r2dbc-h2) from 0.8.0.RELEASE to 0.8.4.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/v0.8.0.RELEASE...v0.8.4.RELEASE) --- updated-dependencies: - dependency-name: io.r2dbc:r2dbc-h2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 5faeb66..98e9804 100644 --- a/spring-cloud-app-broker-docs/build.gradle +++ b/spring-cloud-app-broker-docs/build.gradle @@ -32,7 +32,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:0.8.0.RELEASE" + implementation "io.r2dbc:r2dbc-h2:0.8.4.RELEASE" implementation "org.springframework.data:spring-data-r2dbc:1.1.9.RELEASE" docs "io.spring.docresources:spring-doc-resources:0.2.1.RELEASE@zip"