Skip to content

Commit

Permalink
fix(deps): update dependency org.codehaus.groovy:groovy-all to v3.0.18 (
Browse files Browse the repository at this point in the history
#243)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Brandon Fergerson <bfergerson@apache.org>
  • Loading branch information
renovate[bot] and BFergerson authored Sep 26, 2023
1 parent c373a42 commit 5f1f7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dependencies {
testImplementation("io.vertx:vertx-service-proxy:$vertxVersion")
testImplementation("io.vertx:vertx-service-discovery:$vertxVersion")
testImplementation("io.vertx:vertx-lang-kotlin-coroutines:$vertxVersion")
testImplementation("org.codehaus.groovy:groovy-all:3.0.17")
testImplementation("org.codehaus.groovy:groovy-all:3.0.18")
}

tasks.test {
Expand Down

0 comments on commit 5f1f7fc

Please sign in to comment.