diff --git a/examples/VertxExample/build.gradle.kts b/examples/VertxExample/build.gradle.kts index 35c9a39f9..6a7362de7 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.10")) + implementation(platform("io.vertx:vertx-stack-depchain:4.5.11")) implementation("io.vertx:vertx-core") implementation("io.vertx:vertx-config") implementation("io.vertx:vertx-jdbc-client")