We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3eeef commit 7f5a835Copy full SHA for 7f5a835
dependencyManagement/build.gradle.kts
@@ -31,7 +31,7 @@ dependencies {
31
api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.21.1"))
32
api(enforcedPlatform("com.google.protobuf:protobuf-bom:$protobufVersion"))
33
api(enforcedPlatform("com.squareup.okhttp3:okhttp-bom:5.3.2"))
34
- api(enforcedPlatform("io.grpc:grpc-bom:1.79.0"))
+ api(enforcedPlatform("io.grpc:grpc-bom:1.80.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.3"))
0 commit comments