From 730bf7d57f3316db01337b0eff10ed2cc2091957 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 21:14:43 +0000 Subject: [PATCH] chore(deps): bump io.vertx:vertx-stack-depchain from 4.5.14 to 5.0.5 Bumps io.vertx:vertx-stack-depchain from 4.5.14 to 5.0.5. --- updated-dependencies: - dependency-name: io.vertx:vertx-stack-depchain dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/VertxExample/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/VertxExample/build.gradle.kts b/examples/VertxExample/build.gradle.kts index cf28b11c3..11ca8b37a 100644 --- a/examples/VertxExample/build.gradle.kts +++ b/examples/VertxExample/build.gradle.kts @@ -33,7 +33,7 @@ application { } dependencies { - implementation(platform("io.vertx:vertx-stack-depchain:4.5.14")) + implementation(platform("io.vertx:vertx-stack-depchain:5.0.5")) implementation("io.vertx:vertx-core") implementation("io.vertx:vertx-config") implementation("io.vertx:vertx-jdbc-client")