From df1a10bebcccc98ce97d1cbe31c22a8766d7b3ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 02:36:51 +0000 Subject: [PATCH] Bump io.vertx:vertx-pg-client from 4.5.0 to 4.5.1 in /micronaut-reactive Bumps [io.vertx:vertx-pg-client](https://github.com/eclipse-vertx/vertx-sql-client) from 4.5.0 to 4.5.1. - [Commits](https://github.com/eclipse-vertx/vertx-sql-client/compare/4.5.0...4.5.1) --- updated-dependencies: - dependency-name: io.vertx:vertx-pg-client 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 ed86864d..b1edf9fd 100644 --- a/micronaut-reactive/build.gradle.kts +++ b/micronaut-reactive/build.gradle.kts @@ -33,7 +33,7 @@ dependencies { implementation("jakarta.persistence:jakarta.persistence-api:3.1.0") runtimeOnly("org.yaml:snakeyaml") runtimeOnly("ch.qos.logback:logback-classic:1.4.14") - runtimeOnly("io.vertx:vertx-pg-client:4.5.0") + runtimeOnly("io.vertx:vertx-pg-client:4.5.1") runtimeOnly("io.r2dbc:r2dbc-pool:1.0.1.RELEASE") runtimeOnly("org.postgresql:r2dbc-postgresql:1.0.2.RELEASE") }