Skip to content

Commit e2f8978

Browse files
Bump io.vertx:vertx-pg-client from 5.0.3 to 5.0.4 in /micronaut-reactive
Bumps [io.vertx:vertx-pg-client](https://github.com/eclipse-vertx/vertx-sql-client) from 5.0.3 to 5.0.4. - [Commits](eclipse-vertx/vertx-sql-client@5.0.3...5.0.4) --- updated-dependencies: - dependency-name: io.vertx:vertx-pg-client dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5c732d7 commit e2f8978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micronaut-reactive/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
implementation("jakarta.persistence:jakarta.persistence-api:3.2.0")
3030
runtimeOnly("org.yaml:snakeyaml")
3131
runtimeOnly("ch.qos.logback:logback-classic:1.5.18")
32-
runtimeOnly("io.vertx:vertx-pg-client:5.0.3")
32+
runtimeOnly("io.vertx:vertx-pg-client:5.0.4")
3333
runtimeOnly("io.r2dbc:r2dbc-pool:1.0.2.RELEASE")
3434
runtimeOnly("org.postgresql:r2dbc-postgresql:1.0.7.RELEASE")
3535
}

0 commit comments

Comments
 (0)