From 1169387cc25dcd5d653bedcd718d01dc8f1df802 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 21:28:23 +0000 Subject: [PATCH] chore(deps): bump io.vertx:vertx-stack-depchain from 4.5.14 to 5.0.2 Bumps io.vertx:vertx-stack-depchain from 4.5.14 to 5.0.2. --- updated-dependencies: - dependency-name: io.vertx:vertx-stack-depchain dependency-version: 5.0.2 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..153ff83c4 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.3")) implementation("io.vertx:vertx-core") implementation("io.vertx:vertx-config") implementation("io.vertx:vertx-jdbc-client")