Skip to content

Commit

Permalink
Upgrade vertx to 3.8.0. Fixes compatibility with metrics server. (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsutton authored and jrhea committed Sep 2, 2019
1 parent 970d1ff commit 841c832
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ dependencyManagement {
dependency "io.prometheus:simpleclient_hotspot:0.6.0"
dependency "io.prometheus:simpleclient_vertx:0.6.0"

dependency 'io.vertx:vertx-codegen:3.6.3'
dependency 'io.vertx:vertx-core:3.6.3'
dependency 'io.vertx:vertx-unit:3.6.3'
dependency 'io.vertx:vertx-web:3.6.3'
dependency 'io.vertx:vertx-codegen:3.8.0'
dependency 'io.vertx:vertx-core:3.8.0'
dependency 'io.vertx:vertx-unit:3.8.0'
dependency 'io.vertx:vertx-web:3.8.0'

dependencySet(group: 'org.logl', version : '0.3.1') {
entry 'logl-log4j2'
Expand Down

0 comments on commit 841c832

Please sign in to comment.