From c480490e379121137dc9f9b2224623e430c7bca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 02:07:36 +0000 Subject: [PATCH] Bump io.vertx:vertx-pg-client from 4.5.1 to 4.5.3 in /micronaut-reactive Bumps [io.vertx:vertx-pg-client](https://github.com/eclipse-vertx/vertx-sql-client) from 4.5.1 to 4.5.3. - [Commits](https://github.com/eclipse-vertx/vertx-sql-client/compare/4.5.1...4.5.3) --- 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 a8a918b4..ef2e3ee9 100644 --- a/micronaut-reactive/build.gradle.kts +++ b/micronaut-reactive/build.gradle.kts @@ -29,7 +29,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.1") + runtimeOnly("io.vertx:vertx-pg-client:4.5.3") runtimeOnly("io.r2dbc:r2dbc-pool:1.0.1.RELEASE") runtimeOnly("org.postgresql:r2dbc-postgresql:1.0.4.RELEASE") }