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