Skip to content

Commit

Permalink
build(deps): upgrade vertx to 4.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and s4heid committed Oct 5, 2022
1 parent 26bb382 commit fedab71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -40,7 +40,7 @@ repositories {

dependencies {
// Framework dependencies
def vertx_version = '4.3.3'
def vertx_version = '4.3.4'
implementation group: 'io.vertx', name: 'vertx-core', version: vertx_version
implementation group: 'io.vertx', name: 'vertx-web', version: vertx_version
implementation group: 'io.vertx', name: 'vertx-web-client', version: vertx_version
Expand Down

0 comments on commit fedab71

Please sign in to comment.