[systeminfo] Upgrade oshi-core to 6.11.1 (#20558)

* Upgrade ushi-core from 6.5.0 to 6.11.1.

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2026-04-12 14:00:14 +02:00
committed by GitHub
parent 819b0b6ea6
commit cdab94312d
+13 -1
View File
@@ -18,7 +18,7 @@
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-core</artifactId>
<version>6.5.0</version>
<version>6.11.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -27,6 +27,18 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.github.pandalxb</groupId>
<artifactId>jLibreHardwareMonitor</artifactId>
<version>1.0.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.pandalxb</groupId>
<artifactId>jPowerShell</artifactId>
<version>1.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>