We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e316074 commit 9e54520Copy full SHA for 9e54520
dependencyManagement/build.gradle.kts
@@ -30,7 +30,7 @@ dependencies {
30
// BOMs
31
api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.20.0"))
32
api(enforcedPlatform("com.google.protobuf:protobuf-bom:$protobufVersion"))
33
- api(enforcedPlatform("com.squareup.okhttp3:okhttp-bom:5.2.1"))
+ api(enforcedPlatform("com.squareup.okhttp3:okhttp-bom:5.3.0"))
34
api(enforcedPlatform("io.grpc:grpc-bom:1.76.0"))
35
api(enforcedPlatform("io.opentelemetry:opentelemetry-bom-alpha:$otelAlphaVersion"))
36
api(enforcedPlatform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:$otelInstrumentationAlphaVersion"))
0 commit comments