Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2717,7 +2717,7 @@ name: OSHI
license_category: binary
module: java-core
license_name: MIT License
version: 7.4.4
version: 7.5.0
libraries:
- com.github.oshi: oshi-core
- com.github.oshi: oshi-common
Expand Down
2 changes: 1 addition & 1 deletion processing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sigar.base.version>1.6.5</sigar.base.version>
<sigar.version>1.6.5.132-6</sigar.version>
<oshi.version>7.4.4</oshi.version>
<oshi.version>7.5.0</oshi.version>
</properties>

<dependencies>
Expand Down
Loading