We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075bc76 commit 53b4182Copy full SHA for 53b4182
junit5-multiple-engines/build.gradle.kts
@@ -61,7 +61,7 @@ dependencies {
61
testImplementation("org.spockframework:spock-core:2.4-M4-groovy-4.0") {
62
because("allows Spock specifications to run")
63
}
64
- testImplementation(platform("org.apache.groovy:groovy-bom:4.0.21")) {
+ testImplementation(platform("org.apache.groovy:groovy-bom:4.0.22")) {
65
because("use latest 4.x version of Groovy for maximum compatibility with new JDKs")
66
67
0 commit comments