Skip to content

Commit 62bc083

Browse files
renovate[bot]marcphilipp
authored andcommitted
Update dependency org.spockframework:spock-core to v2.4-M6-groovy-4.0
1 parent 02f884c commit 62bc083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

junit5-multiple-engines/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies {
5959
testRuntimeOnly("org.spekframework.spek2:spek-runner-junit5:$spekVersion")
6060

6161
// Spock2
62-
testImplementation("org.spockframework:spock-core:2.4-M5-groovy-4.0") {
62+
testImplementation("org.spockframework:spock-core:2.4-M6-groovy-4.0") {
6363
because("allows Spock specifications to run")
6464
}
6565
testImplementation(platform("org.apache.groovy:groovy-bom:4.0.26")) {

0 commit comments

Comments
 (0)