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 a070c30 commit 55c37d5Copy full SHA for 55c37d5
boot/build.gradle.kts
@@ -85,7 +85,7 @@ dependencies {
85
testImplementation("io.vertx:vertx-service-proxy:$vertxVersion")
86
testImplementation("io.vertx:vertx-service-discovery:$vertxVersion")
87
testImplementation("io.vertx:vertx-lang-kotlin-coroutines:$vertxVersion")
88
- testImplementation("org.codehaus.groovy:groovy-all:3.0.19")
+ testImplementation("org.codehaus.groovy:groovy-all:3.0.25")
89
}
90
91
tasks.test {
0 commit comments