From 29098f0a41d851e357f0a8ae538779c13016a5ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 04:45:04 +0000 Subject: [PATCH] Bump io.r2dbc:r2dbc-pool from 0.9.1.RELEASE to 1.0.1.RELEASE Bumps [io.r2dbc:r2dbc-pool](https://github.com/r2dbc/r2dbc-pool) from 0.9.1.RELEASE to 1.0.1.RELEASE. - [Release notes](https://github.com/r2dbc/r2dbc-pool/releases) - [Changelog](https://github.com/r2dbc/r2dbc-pool/blob/v1.0.1.RELEASE/CHANGELOG) - [Commits](https://github.com/r2dbc/r2dbc-pool/compare/v0.9.1.RELEASE...v1.0.1.RELEASE) --- updated-dependencies: - dependency-name: io.r2dbc:r2dbc-pool dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- webflux/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webflux/build.gradle b/webflux/build.gradle index 6299c0f..e35d1e2 100644 --- a/webflux/build.gradle +++ b/webflux/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE' implementation 'io.r2dbc:r2dbc-spi:0.9.1.RELEASE' - implementation 'io.r2dbc:r2dbc-pool:0.9.1.RELEASE' + implementation 'io.r2dbc:r2dbc-pool:1.0.1.RELEASE' implementation 'org.springframework.boot:spring-boot-starter-data-r2dbc' implementation 'io.micrometer:micrometer-registry-prometheus:1.10.4'