From 3e7144f0dfc32eb8065532d465b61a2cef743255 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 02:23:49 +0000 Subject: [PATCH] Bump org.postgresql:r2dbc-postgresql in /micronaut-reactive Bumps [org.postgresql:r2dbc-postgresql](https://github.com/pgjdbc/r2dbc-postgresql) from 1.0.5.RELEASE to 1.0.6.RELEASE. - [Release notes](https://github.com/pgjdbc/r2dbc-postgresql/releases) - [Changelog](https://github.com/pgjdbc/r2dbc-postgresql/blob/v1.0.6.RELEASE/CHANGELOG) - [Commits](https://github.com/pgjdbc/r2dbc-postgresql/compare/v1.0.5.RELEASE...v1.0.6.RELEASE) --- updated-dependencies: - dependency-name: org.postgresql:r2dbc-postgresql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- micronaut-reactive/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micronaut-reactive/build.gradle.kts b/micronaut-reactive/build.gradle.kts index 40c64d66..6cae9680 100644 --- a/micronaut-reactive/build.gradle.kts +++ b/micronaut-reactive/build.gradle.kts @@ -31,7 +31,7 @@ dependencies { runtimeOnly("ch.qos.logback:logback-classic:1.5.8") runtimeOnly("io.vertx:vertx-pg-client:4.5.10") runtimeOnly("io.r2dbc:r2dbc-pool:1.0.1.RELEASE") - runtimeOnly("org.postgresql:r2dbc-postgresql:1.0.5.RELEASE") + runtimeOnly("org.postgresql:r2dbc-postgresql:1.0.6.RELEASE") } tasks {