Skip to content

Commit 14274cb

Browse files
fix(deps): update dependency org.codehaus.groovy:groovy-all to v3.0.23
1 parent a070c30 commit 14274cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ dependencies {
8585
testImplementation("io.vertx:vertx-service-proxy:$vertxVersion")
8686
testImplementation("io.vertx:vertx-service-discovery:$vertxVersion")
8787
testImplementation("io.vertx:vertx-lang-kotlin-coroutines:$vertxVersion")
88-
testImplementation("org.codehaus.groovy:groovy-all:3.0.19")
88+
testImplementation("org.codehaus.groovy:groovy-all:3.0.23")
8989
}
9090

9191
tasks.test {

0 commit comments

Comments
 (0)