fix(deps): update dependency org.spockframework:spock-bom to v2.4-m4-groovy-4.0 (main) (#10917)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-03-21 19:13:45 +02:00 committed by GitHub
parent 27e3296c1d
commit 6d87d130c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ val DEPENDENCY_BOMS = listOf(
"io.opentelemetry:opentelemetry-bom-alpha:${otelSdkAlphaVersion}",
"org.junit:junit-bom:5.10.2",
"org.testcontainers:testcontainers-bom:1.19.7",
"org.spockframework:spock-bom:2.4-M2-groovy-4.0"
"org.spockframework:spock-bom:2.4-M4-groovy-4.0"
)
val autoServiceVersion = "1.1.1"