We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 413fe3c + 8c4f6bd commit 812a5a2Copy full SHA for 812a5a2
components/http/okHttp/gradle/dependencies.gradle
@@ -11,7 +11,7 @@ dependencies {
11
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
12
implementation 'io.opentelemetry:opentelemetry-api:1.23.0'
13
implementation 'io.opentelemetry:opentelemetry-context:1.23.0'
14
- implementation 'io.opentelemetry:opentelemetry-semconv:1.22.0-alpha'
+ implementation 'io.opentelemetry:opentelemetry-semconv:1.23.0-alpha'
15
implementation 'com.google.guava:guava:31.1-jre'
16
api 'com.squareup.okhttp3:okhttp:4.10.0'
17
0 commit comments