We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a070c30 commit 14274cbCopy full SHA for 14274cb
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.23")
89
}
90
91
tasks.test {
0 commit comments