Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 55c37d5

Browse files
authoredMay 27, 2025··
fix(deps): update dependency org.codehaus.groovy:groovy-all to v3.0.25
1 parent a070c30 commit 55c37d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎boot/build.gradle.kts‎

Lines changed: 1 addition & 1 deletion
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.25")
8989
}
9090

9191
tasks.test {

0 commit comments

Comments
 (0)
Please sign in to comment.