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 e61c472 commit 1ed52eeCopy full SHA for 1ed52ee
agent/agent-tooling/build.gradle.kts
@@ -47,7 +47,7 @@ dependencies {
47
compileOnly("io.opentelemetry:opentelemetry-sdk-extension-autoconfigure")
48
compileOnly("io.opentelemetry:opentelemetry-extension-trace-propagators")
49
50
- implementation("com.github.oshi:oshi-core:6.8.0") {
+ implementation("com.github.oshi:oshi-core:6.8.2") {
51
exclude("org.slf4j", "slf4j-api")
52
}
53
0 commit comments