We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf652b6 commit 251240cCopy full SHA for 251240c
dependencyManagement/build.gradle.kts
@@ -35,7 +35,7 @@ dependencies {
35
api(enforcedPlatform("io.opentelemetry:opentelemetry-bom-alpha:$otelAlphaVersion"))
36
api(enforcedPlatform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:$otelInstrumentationAlphaVersion"))
37
api(enforcedPlatform("org.junit:junit-bom:6.0.3"))
38
- api(enforcedPlatform("org.testcontainers:testcontainers-bom:2.0.3"))
+ api(enforcedPlatform("org.testcontainers:testcontainers-bom:2.0.4"))
39
40
constraints {
41
api("com.google.auto.service:auto-service:1.1.1")
0 commit comments