We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77b107 commit 57161d3Copy full SHA for 57161d3
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.1.0"))
+ api(enforcedPlatform("com.squareup.okhttp3:okhttp-bom:5.2.0"))
34
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"))
0 commit comments