Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e373250

Browse files
authoredFeb 11, 2025··
fix(deps): update spock monorepo to v2.4-groovy-4.0-snapshot
1 parent bc7e81b commit e373250

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎dependencyManagement/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ val CORE_DEPENDENCIES = listOf(
8282
// this top level to help consistently satisfy large numbers of transitive dependencies.
8383
val DEPENDENCIES = listOf(
8484
"org.junit.jupiter:junit-jupiter-api:5.11.4",
85-
"org.spockframework:spock-core:2.4-M5-groovy-4.0",
86-
"org.spockframework:spock-junit4:2.4-M5-groovy-4.0",
85+
"org.spockframework:spock-core:2.4-groovy-4.0-SNAPSHOT",
86+
"org.spockframework:spock-junit4:2.4-groovy-4.0-SNAPSHOT",
8787

8888
"io.r2dbc:r2dbc-proxy:1.1.5.RELEASE",
8989
"ch.qos.logback:logback-classic:1.3.15", // 1.4+ requires Java 11+

0 commit comments

Comments
 (0)
Please sign in to comment.