We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6ab32 commit 509fa27Copy full SHA for 509fa27
build.gradle
@@ -83,7 +83,7 @@ ext {
83
// Example:
84
// ./gradlew build -PvertxVersion=4.0.0-SNAPSHOT
85
if ( !project.hasProperty('vertxVersion') ) {
86
- vertxVersion = '4.3.8'
+ vertxVersion = '4.4.1'
87
}
88
89
testcontainersVersion = '1.17.5'
0 commit comments