We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c984279 commit da9caf3Copy full SHA for da9caf3
dependencyManagement/build.gradle.kts
@@ -31,7 +31,7 @@ dependencies {
31
api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.21.0"))
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.78.0"))
+ api(enforcedPlatform("io.grpc:grpc-bom:1.79.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.2"))
0 commit comments