Skip to content

Commit dd59c6b

Browse files
committed
bump muzzle too
1 parent 9078130 commit dd59c6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

instrumentation/oshi/javaagent/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ muzzle {
66
pass {
77
group.set("com.github.oshi")
88
module.set("oshi-core")
9-
versions.set("[5.3.1,)")
9+
versions.set("[5.5.0,)")
1010
// Could not parse POM https://repo.maven.apache.org/maven2/com/github/oshi/oshi-core/6.1.1/oshi-core-6.1.1.pom
1111
skip("6.1.1")
1212
}
@@ -17,7 +17,7 @@ dependencies {
1717

1818
compileOnly("io.opentelemetry:opentelemetry-sdk-extension-autoconfigure")
1919

20-
library("com.github.oshi:oshi-core:5.3.1")
20+
library("com.github.oshi:oshi-core:5.5.0")
2121

2222
testImplementation(project(":instrumentation:oshi:testing"))
2323
}

0 commit comments

Comments
 (0)