From 269e68c5f1b70a692e2fd26a6a2ed836f12d70cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 21:41:55 +0000 Subject: [PATCH] chore(deps): bump io.vertx:vertx-stack-depchain from 4.5.14 to 5.0.4 Bumps io.vertx:vertx-stack-depchain from 4.5.14 to 5.0.4. --- updated-dependencies: - dependency-name: io.vertx:vertx-stack-depchain dependency-version: 5.0.4 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..6c3e30d9e 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.4")) implementation("io.vertx:vertx-core") implementation("io.vertx:vertx-config") implementation("io.vertx:vertx-jdbc-client")