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 b4a60fd commit c35e449Copy full SHA for c35e449
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.1"))
19
api(platform("com.google.protobuf:protobuf-bom:4.33.0"))
20
- api(platform("com.squareup.okhttp3:okhttp-bom:5.2.1"))
+ api(platform("com.squareup.okhttp3:okhttp-bom:5.3.0"))
21
22
constraints {
23
api("io.opentelemetry.semconv:opentelemetry-semconv:${semconvVersion}")
0 commit comments