File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,18 +27,18 @@ artifacts {
2727}
2828
2929dependencies {
30- compile ' io.vertx:vertx-core:3.6.0 '
31- compile ' io.vertx:vertx-web:3.6.0 '
32- compile ' io.vertx:vertx-hazelcast:3.6.0 '
33- compile ' io.vertx:vertx-mongo-client:3.6.0 '
34- compile ' io.vertx:vertx-dropwizard-metrics:3.6.0 '
30+ compile ' io.vertx:vertx-core:3.6.3 '
31+ compile ' io.vertx:vertx-web:3.6.3 '
32+ compile ' io.vertx:vertx-hazelcast:3.6.3 '
33+ compile ' io.vertx:vertx-mongo-client:3.6.3 '
34+ compile ' io.vertx:vertx-dropwizard-metrics:3.6.3 '
3535 compile ' de.neuland-bfi:jade4j:1.2.7'
3636 compile ' de.mkammerer:argon2-jvm:2.5'
3737 compile ' org.fusesource.jansi:jansi:1.17.1'
3838 compile ' com.googlecode.cqengine:cqengine:3.0.0'
3939 compile ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.9.7'
4040
4141
42- testCompile ' io.vertx:vertx-unit:3.6.0 '
42+ testCompile ' io.vertx:vertx-unit:3.6.3 '
4343 testCompile ' junit:junit:4.12'
4444}
You can’t perform that action at this time.
0 commit comments