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 38a4c10 commit 80d75abCopy full SHA for 80d75ab
dependencyManagement/build.gradle.kts
@@ -31,7 +31,7 @@ dependencies {
31
api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.19.0"))
32
api(enforcedPlatform("com.google.protobuf:protobuf-bom:$protobufVersion"))
33
api(enforcedPlatform("com.squareup.okhttp3:okhttp-bom:4.12.0"))
34
- api(enforcedPlatform("io.grpc:grpc-bom:1.72.0"))
+ api(enforcedPlatform("io.grpc:grpc-bom:1.73.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.2"))
0 commit comments