We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adaad47 commit 0dfb57bCopy full SHA for 0dfb57b
boot/build.gradle.kts
@@ -76,7 +76,7 @@ dependencies {
76
testImplementation("io.vertx:vertx-service-proxy:$vertxVersion")
77
testImplementation("io.vertx:vertx-service-discovery:$vertxVersion")
78
testImplementation("io.vertx:vertx-lang-kotlin-coroutines:$vertxVersion")
79
- testImplementation("org.codehaus.groovy:groovy-all:3.0.13")
+ testImplementation("org.codehaus.groovy:groovy-all:3.0.14")
80
}
81
82
tasks.test {
0 commit comments