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