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 3b01ac1 commit 6158575Copy full SHA for 6158575
dependencyManagement/build.gradle.kts
@@ -34,7 +34,7 @@ dependencies {
34
api(enforcedPlatform("io.grpc:grpc-bom:1.71.0"))
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.12.1"))
+ api(enforcedPlatform("org.junit:junit-bom:5.12.2"))
38
api(enforcedPlatform("org.testcontainers:testcontainers-bom:1.20.6"))
39
40
constraints {
0 commit comments