We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e249368 commit 9d10eeaCopy full SHA for 9d10eea
agent/agent-tooling/build.gradle.kts
@@ -62,7 +62,7 @@ dependencies {
62
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
63
64
// TODO(trask): update tests, no need to use this anymore
65
- testImplementation("com.squareup.okio:okio:3.9.1")
+ testImplementation("com.squareup.okio:okio:3.10.1")
66
67
compileOnly(project(":agent:agent-bootstrap"))
68
compileOnly("io.opentelemetry.instrumentation:opentelemetry-instrumentation-api")
0 commit comments