Skip to content

Commit

Permalink
Bump com.github.oshi:oshi-core from 6.6.2 to 6.6.3
Browse files Browse the repository at this point in the history
Bumps [com.github.oshi:oshi-core](https://github.com/oshi/oshi) from 6.6.2 to 6.6.3.
- [Release notes](https://github.com/oshi/oshi/releases)
- [Changelog](https://github.com/oshi/oshi/blob/master/CHANGELOG.md)
- [Commits](oshi/oshi@oshi-parent-6.6.2...oshi-parent-6.6.3)

---
updated-dependencies:
- dependency-name: com.github.oshi:oshi-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 21, 2024
1 parent aee3513 commit 608e61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/agent-tooling/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
compileOnly("io.opentelemetry:opentelemetry-sdk-extension-autoconfigure")
compileOnly("io.opentelemetry:opentelemetry-extension-trace-propagators")

implementation("com.github.oshi:oshi-core:6.6.2") {
implementation("com.github.oshi:oshi-core:6.6.3") {
exclude("org.slf4j", "slf4j-api")
}

Expand Down

0 comments on commit 608e61c

Please sign in to comment.