We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32fc939 commit 101c086Copy full SHA for 101c086
dependencyManagement/build.gradle.kts
@@ -35,7 +35,7 @@ val DEPENDENCY_BOMS = listOf(
35
"io.opentelemetry:opentelemetry-bom-alpha:${otelSdkAlphaVersion}",
36
"org.junit:junit-bom:5.11.4",
37
"org.testcontainers:testcontainers-bom:1.20.4",
38
- "org.spockframework:spock-bom:2.4-M4-groovy-4.0"
+ "org.spockframework:spock-bom:2.4-M5-groovy-4.0"
39
)
40
41
val autoServiceVersion = "1.1.1"
0 commit comments