Skip to content

Commit 49e5e0a

Browse files
Update spock monorepo to v2.4-groovy-5.0
1 parent bff11df commit 49e5e0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

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

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

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

0 commit comments

Comments
 (0)