From ed9f34106a4e2693f28b3269084e62e4731b7f89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 11:59:48 +0000 Subject: [PATCH] Bump io.vertx:vertx-consul-client from 4.5.14 to 5.0.4 Bumps [io.vertx:vertx-consul-client](https://github.com/vert-x3/vertx-consul-client) from 4.5.14 to 5.0.4. - [Commits](https://github.com/vert-x3/vertx-consul-client/compare/4.5.14...5.0.4) --- updated-dependencies: - dependency-name: io.vertx:vertx-consul-client dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9303299..33b2833 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ commons-io = "2.19.0" jetbrains = "26.0.2" systemlambda = "1.2.1" testcontainers = "1.21.0" -vertx = "4.5.14" +vertx = "5.0.4" plugin-jib = "3.4.5" plugin-shadow = "8.3.6"