From: Alexander Falkenstern Date: Wed, 29 May 2024 21:57:34 +0000 (+0200) Subject: [systeminfo] Bump OSHI to 6.5.0 (#16821) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=5a73c99b170b3725a01b14fb93518ef9d081e636;p=openhab-addons.git [systeminfo] Bump OSHI to 6.5.0 (#16821) Signed-off-by: Alexander Falkenstern --- diff --git a/bundles/org.openhab.binding.systeminfo/pom.xml b/bundles/org.openhab.binding.systeminfo/pom.xml index 7103d5163a..6e8f2d00c9 100644 --- a/bundles/org.openhab.binding.systeminfo/pom.xml +++ b/bundles/org.openhab.binding.systeminfo/pom.xml @@ -18,7 +18,7 @@ com.github.oshi oshi-core - 6.4.12 + 6.5.0 compile diff --git a/bundles/org.openhab.binding.systeminfo/src/main/feature/feature.xml b/bundles/org.openhab.binding.systeminfo/src/main/feature/feature.xml index d41a470915..64a560f970 100644 --- a/bundles/org.openhab.binding.systeminfo/src/main/feature/feature.xml +++ b/bundles/org.openhab.binding.systeminfo/src/main/feature/feature.xml @@ -4,7 +4,7 @@ openhab-runtime-base - mvn:com.github.oshi/oshi-core/6.4.8 + mvn:com.github.oshi/oshi-core/6.5.0 mvn:org.openhab.addons.bundles/org.openhab.binding.systeminfo/${project.version} diff --git a/itests/org.openhab.binding.systeminfo.tests/pom.xml b/itests/org.openhab.binding.systeminfo.tests/pom.xml index 6ac85988a2..b4b418f4e1 100644 --- a/itests/org.openhab.binding.systeminfo.tests/pom.xml +++ b/itests/org.openhab.binding.systeminfo.tests/pom.xml @@ -23,17 +23,17 @@ net.java.dev.jna jna-platform - 5.12.1 + ${jna.version} net.java.dev.jna jna - 5.12.1 + ${jna.version} com.github.oshi oshi-core - 6.4.8 + 6.5.0 org.slf4j