We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0775130 commit 43a46edCopy full SHA for 43a46ed
dependencyManagement/build.gradle.kts
@@ -34,7 +34,7 @@ dependencies {
34
api(enforcedPlatform("io.grpc:grpc-bom:1.78.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:6.0.1"))
+ api(enforcedPlatform("org.junit:junit-bom:6.0.2"))
38
api(enforcedPlatform("org.testcontainers:testcontainers-bom:2.0.3"))
39
40
constraints {
0 commit comments