We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d83257 commit df1092eCopy full SHA for df1092e
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:5.10.2"))
38
- api(enforcedPlatform("org.testcontainers:testcontainers-bom:1.19.7"))
+ api(enforcedPlatform("org.testcontainers:testcontainers-bom:1.19.8"))
39
40
constraints {
41
api("com.google.auto.service:auto-service:1.1.1")
0 commit comments