Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion junit-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-M6-groovy-4.0") {
because("allows Spock specifications to run")
}
testImplementation(platform("org.apache.groovy:groovy-bom:4.0.28")) {
testImplementation(platform("org.apache.groovy:groovy-bom:5.0.0")) {
because("use latest 4.x version of Groovy for maximum compatibility with new JDKs")
}

Expand Down
Loading