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.
vertx
1 parent ad857cd commit f838377Copy full SHA for f838377
build.gradle
@@ -44,7 +44,7 @@ repositories {
44
45
dependencies {
46
// Framework dependencies
47
- def vertx_version = '4.5.9'
+ def vertx_version = '5.0.5'
48
implementation group: 'io.vertx', name: 'vertx-core', version: vertx_version
49
implementation group: 'io.vertx', name: 'vertx-web', version: vertx_version
50
implementation group: 'io.vertx', name: 'vertx-web-client', version: vertx_version
0 commit comments