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 9078130 commit dd59c6bCopy full SHA for dd59c6b
instrumentation/oshi/javaagent/build.gradle.kts
@@ -6,7 +6,7 @@ muzzle {
6
pass {
7
group.set("com.github.oshi")
8
module.set("oshi-core")
9
- versions.set("[5.3.1,)")
+ versions.set("[5.5.0,)")
10
// Could not parse POM https://repo.maven.apache.org/maven2/com/github/oshi/oshi-core/6.1.1/oshi-core-6.1.1.pom
11
skip("6.1.1")
12
}
@@ -17,7 +17,7 @@ dependencies {
17
18
compileOnly("io.opentelemetry:opentelemetry-sdk-extension-autoconfigure")
19
20
- library("com.github.oshi:oshi-core:5.3.1")
+ library("com.github.oshi:oshi-core:5.5.0")
21
22
testImplementation(project(":instrumentation:oshi:testing"))
23
0 commit comments