We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf9063 commit 29b827eCopy full SHA for 29b827e
dependencyManagement/build.gradle.kts
@@ -17,7 +17,7 @@ dependencies {
17
api(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${otelInstrumentationVersion}"))
18
api(platform("com.fasterxml.jackson:jackson-bom:2.20.0"))
19
api(platform("com.google.protobuf:protobuf-bom:4.32.1"))
20
- api(platform("com.squareup.okhttp3:okhttp-bom:5.1.0"))
+ api(platform("com.squareup.okhttp3:okhttp-bom:5.2.1"))
21
22
constraints {
23
api("io.opentelemetry.semconv:opentelemetry-semconv:${semconvVersion}")
0 commit comments