Skip to content

Commit

Permalink
Upgrade vertx to address security issues
Browse files Browse the repository at this point in the history
  • Loading branch information
glytching committed Aug 2, 2019
1 parent 11b5f2c commit e3cd723
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ language: java
# to try to workaround this issue: https://github.com/travis-ci/travis-ci/issues/6593
sudo: true

# TODO: get this working with java11 and the need for forkCount=1 in the surefire plugin
#script: mvn verify jacoco:report coveralls:report -DrepoToken=dplZ1J1AfjFK3hHAj0OV8IRneKprs4Glb -Ptravis
script: mvn verify -Ptravis

bundler_args: --retry 6
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<jolokia.version>1.3.7</jolokia.version>
<metrics.version>3.1.2</metrics.version>
<rxjava.version>2.1.3</rxjava.version>
<vertx.version>3.5.0</vertx.version>
<vertx.version>3.5.4</vertx.version>
<slf4j.version>1.7.25</slf4j.version>
<rxmongo.version>1.5.0</rxmongo.version>
<commons.lang.version>3.6</commons.lang.version>
Expand Down

0 comments on commit e3cd723

Please sign in to comment.