Skip to content

Commit

Permalink
Update dependency org.apache.groovy:groovy-bom to v4.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 12, 2024
1 parent 2092990 commit cd37321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion junit5-multiple-engines/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
testImplementation("org.spockframework:spock-core:2.4-M4-groovy-4.0") {
because("allows Spock specifications to run")
}
testImplementation(platform("org.apache.groovy:groovy-bom:4.0.22")) {
testImplementation(platform("org.apache.groovy:groovy-bom:4.0.23")) {
because("use latest 4.x version of Groovy for maximum compatibility with new JDKs")
}

Expand Down

0 comments on commit cd37321

Please sign in to comment.