Skip to content

Commit

Permalink
Update dependency org.apache.groovy:groovy-bom to v4.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and marcphilipp committed Nov 8, 2024
1 parent 1b293c2 commit 18c74ee
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.23")) {
testImplementation(platform("org.apache.groovy:groovy-bom:4.0.24")) {
because("use latest 4.x version of Groovy for maximum compatibility with new JDKs")
}

Expand Down

0 comments on commit 18c74ee

Please sign in to comment.