Skip to content

Commit

Permalink
update oshi to 6.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Dec 10, 2023
1 parent 83fd06a commit bcb5bea
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 @@ -76,7 +76,7 @@ fun VersionCatalogBuilder.common() {

library("logback", "ch.qos.logback", "logback-classic").version("1.4.7")
library("sentry-logback", "io.sentry", "sentry-logback").version("6.22.0")
library("oshi", "com.github.oshi", "oshi-core").version("6.4.3")
library("oshi", "com.github.oshi", "oshi-core").version("6.4.8")
}

fun VersionCatalogBuilder.other() {
Expand Down

0 comments on commit bcb5bea

Please sign in to comment.