Skip to content

Commit 0dfb57b

Browse files
fix(deps): update dependency org.codehaus.groovy:groovy-all to v3.0.14 (#194)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent adaad47 commit 0dfb57b

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
@@ -76,7 +76,7 @@ dependencies {
7676
testImplementation("io.vertx:vertx-service-proxy:$vertxVersion")
7777
testImplementation("io.vertx:vertx-service-discovery:$vertxVersion")
7878
testImplementation("io.vertx:vertx-lang-kotlin-coroutines:$vertxVersion")
79-
testImplementation("org.codehaus.groovy:groovy-all:3.0.13")
79+
testImplementation("org.codehaus.groovy:groovy-all:3.0.14")
8080
}
8181

8282
tasks.test {

0 commit comments

Comments
 (0)