Skip to content

Commit 5db4f6d

Browse files
fix(deps): update spock monorepo to v2.4-m6-groovy-4.0 (patch) (#13716)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d1ece52 commit 5db4f6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 2 additions & 2 deletions
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.12.2",
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-M6-groovy-4.0",
86+
"org.spockframework:spock-junit4:2.4-M6-groovy-4.0",
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)