Skip to content

Commit

Permalink
build(deps): upgrade vertx to 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 25, 2023
1 parent be23b81 commit 3923c78
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 @@ -39,7 +39,7 @@ repositories {

dependencies {
// Framework dependencies
def vertx_version = '4.5.0'
def vertx_version = '4.5.1'
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 3923c78

Please sign in to comment.