We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789e1eb commit 24bb173Copy full SHA for 24bb173
examples/VertxExample/build.gradle.kts
@@ -33,7 +33,7 @@ application {
33
}
34
35
dependencies {
36
- implementation(platform("io.vertx:vertx-stack-depchain:4.5.14"))
+ implementation(platform("io.vertx:vertx-stack-depchain:5.0.1"))
37
implementation("io.vertx:vertx-core")
38
implementation("io.vertx:vertx-config")
39
implementation("io.vertx:vertx-jdbc-client")
0 commit comments