Skip to content

Commit

Permalink
build(deps): upgrade vertx to 4.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 13, 2024
1 parent 1567b39 commit 0afd484
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.9'
def vertx_version = '4.5.10'
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 0afd484

Please sign in to comment.