Skip to content

Commit 6b96184

Browse files
build(deps): upgrade vertx to 4.5.10
1 parent 1567b39 commit 6b96184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repositories {
3939

4040
dependencies {
4141
// Framework dependencies
42-
def vertx_version = '4.5.9'
42+
def vertx_version = '4.5.10'
4343
implementation group: 'io.vertx', name: 'vertx-core', version: vertx_version
4444
implementation group: 'io.vertx', name: 'vertx-web', version: vertx_version
4545
implementation group: 'io.vertx', name: 'vertx-web-client', version: vertx_version

0 commit comments

Comments
 (0)