Skip to content

Commit

Permalink
make it fail
Browse files Browse the repository at this point in the history
Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
  • Loading branch information
shemnon committed May 28, 2020
1 parent 91cd6ba commit ce9e619
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ dependencyManagement {

dependency 'io.reactivex.rxjava2:rxjava:2.2.16'

dependency 'io.vertx:vertx-auth-jwt:3.8.0'
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'
dependency 'io.vertx:vertx-auth-jwt:3.8.4'
dependency 'io.vertx:vertx-codegen:3.8.4'
dependency 'io.vertx:vertx-core:3.8.4'
dependency 'io.vertx:vertx-unit:3.8.4'
dependency 'io.vertx:vertx-web:3.8.4'

dependency 'junit:junit:4.13'

Expand Down

0 comments on commit ce9e619

Please sign in to comment.