Skip to content

Commit 5d81d59

Browse files
author
Robin Duda
committed
build with vertx 3.6.3. (up from 3.6.0)
1 parent 6f2bdcd commit 5d81d59

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

core/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ artifacts {
2727
}
2828

2929
dependencies {
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
}

0 commit comments

Comments
 (0)