Skip to content

Commit

Permalink
Bump com.github.oshi:oshi-core from 6.6.1 to 6.6.2
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.1 to 6.6.2.
- [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.1...oshi-parent-6.6.2)

---
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] authored and tiagohm committed Jul 26, 2024
1 parent 36af37d commit 28fbb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencyResolutionManagement {
library("okio", "com.squareup.okio:okio:3.9.0")
library("jackson", "com.fasterxml.jackson.core:jackson-databind:2.17.2")
library("csv", "de.siegmar:fastcsv:3.2.0")
library("oshi", "com.github.oshi:oshi-core:6.6.1")
library("oshi", "com.github.oshi:oshi-core:6.6.2")
library("logback", "ch.qos.logback:logback-classic:1.5.6")
library("kotest-assertions-core", "io.kotest:kotest-assertions-core:5.9.1")
library("kotest-runner-junit5", "io.kotest:kotest-runner-junit5:5.9.1")
Expand Down

0 comments on commit 28fbb93

Please sign in to comment.