Skip to content

Commit 509fa27

Browse files
committed
[#1567] Upgrade Vert.x to 4.4.1
1 parent 7c6ab32 commit 509fa27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ ext {
8383
// Example:
8484
// ./gradlew build -PvertxVersion=4.0.0-SNAPSHOT
8585
if ( !project.hasProperty('vertxVersion') ) {
86-
vertxVersion = '4.3.8'
86+
vertxVersion = '4.4.1'
8787
}
8888

8989
testcontainersVersion = '1.17.5'

0 commit comments

Comments
 (0)