[systeminfo] Bump OSHI to 6.5.0 (#16821)

Signed-off-by: Alexander Falkenstern <alexander.falkenstern@gmail.com>
This commit is contained in:
Alexander Falkenstern 2024-05-29 23:57:34 +02:00 committed by GitHub
parent 170d81b4b1
commit 5a73c99b17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-core</artifactId>
<version>6.4.12</version>
<version>6.5.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>

View File

@ -4,7 +4,7 @@
<feature name="openhab-binding-systeminfo" description="System Info Binding" version="${project.version}">
<feature>openhab-runtime-base</feature>
<bundle dependency="true">mvn:com.github.oshi/oshi-core/6.4.8</bundle>
<bundle dependency="true">mvn:com.github.oshi/oshi-core/6.5.0</bundle>
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.systeminfo/${project.version}</bundle>
</feature>
</features>

View File

@ -23,17 +23,17 @@
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna-platform</artifactId>
<version>5.12.1</version>
<version>${jna.version}</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.12.1</version>
<version>${jna.version}</version>
</dependency>
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-core</artifactId>
<version>6.4.8</version>
<version>6.5.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>