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>
This commit is contained in:
renovate[bot] 2025-04-16 09:28:07 +03:00 committed by GitHub
parent d1ece527a8
commit 5db4f6dbaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -82,8 +82,8 @@ val CORE_DEPENDENCIES = listOf(
// this top level to help consistently satisfy large numbers of transitive dependencies.
val DEPENDENCIES = listOf(
"org.junit.jupiter:junit-jupiter-api:5.12.2",
"org.spockframework:spock-core:2.4-M5-groovy-4.0",
"org.spockframework:spock-junit4:2.4-M5-groovy-4.0",
"org.spockframework:spock-core:2.4-M6-groovy-4.0",
"org.spockframework:spock-junit4:2.4-M6-groovy-4.0",
"io.r2dbc:r2dbc-proxy:1.1.5.RELEASE",
"ch.qos.logback:logback-classic:1.3.15", // 1.4+ requires Java 11+