Skip to content

Commit c304af0

Browse files
Update dependency org.spockframework:spock-junit4 to v2.4-groovy-5.0
1 parent 2df98d5 commit c304af0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "kotlin
1818
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" }
1919
kotlinx-html = { module = "org.jetbrains.kotlinx:kotlinx-html-jvm", version = "0.12.0" }
2020
maven-model = { module = "org.apache.maven:maven-model", version = "3.9.16" }
21-
spock = { module = "org.spockframework:spock-junit4", version = "2.4-M5-groovy-4.0" } # Gradle 9 bundles Groovy 4 via localGroovy()
21+
spock = { module = "org.spockframework:spock-junit4", version = "2.4-groovy-5.0" } # Gradle 9 bundles Groovy 4 via localGroovy()
2222
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version = "6.1.2" } # Gradle 9 no longer auto-provides the launcher
2323
xmlunit = { module = "org.xmlunit:xmlunit-matchers", version = "2.11.0" }

0 commit comments

Comments
 (0)