Skip to content

Commit 82cd923

Browse files
Update dependency org.spockframework:spock-core to v2.4-groovy-5.0
1 parent 92957ef commit 82cd923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ apply(plugin = "groovy")
2424

2525
tasks.named<GroovyCompile>("compileTestGroovy") { targetCompatibility = "11" } // allow tests to run against 6.x
2626

27-
dependencies { testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") } //
27+
dependencies { testImplementation("org.spockframework:spock-core:2.4-groovy-5.0") } //
2828
// ====================================================================================

0 commit comments

Comments
 (0)