Skip to content

Commit

Permalink
build(deps): bump Vert.x from 4.2.1 to 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pk-work committed Dec 15, 2021
1 parent 56a1601 commit db17790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repositories {

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

0 comments on commit db17790

Please sign in to comment.