We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vertx
1 parent ff46660 commit ebed548Copy full SHA for ebed548
build.gradle
@@ -39,7 +39,7 @@ repositories {
39
40
dependencies {
41
// Framework dependencies
42
- def vertx_version = '4.5.9'
+ def vertx_version = '5.0.0.CR7'
43
implementation group: 'io.vertx', name: 'vertx-core', version: vertx_version
44
implementation group: 'io.vertx', name: 'vertx-web', version: vertx_version
45
implementation group: 'io.vertx', name: 'vertx-web-client', version: vertx_version
0 commit comments