From 4d01af7165ff9c3ec3d0ed9b717099d6b4ce65a7 Mon Sep 17 00:00:00 2001 From: Sami Salonen Date: Sun, 6 Mar 2022 10:36:03 +0200 Subject: [PATCH] [ambientweather] Update socket.io dependency used by ambientweather (#12429) Discussed in https://github.com/openhab/openhab-addons/pull/11153#issuecomment-904545669 Signed-off-by: Sami Salonen --- bundles/org.openhab.binding.ambientweather/pom.xml | 4 ++-- .../src/main/feature/feature.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bundles/org.openhab.binding.ambientweather/pom.xml b/bundles/org.openhab.binding.ambientweather/pom.xml index d899ff632..a9bd1866e 100644 --- a/bundles/org.openhab.binding.ambientweather/pom.xml +++ b/bundles/org.openhab.binding.ambientweather/pom.xml @@ -18,13 +18,13 @@ org.openhab.osgiify io.socket.socket.io-client - 1.0.0 + 1.0.1 compile org.openhab.osgiify io.socket.engine.io-client - 1.0.0 + 1.0.1 compile diff --git a/bundles/org.openhab.binding.ambientweather/src/main/feature/feature.xml b/bundles/org.openhab.binding.ambientweather/src/main/feature/feature.xml index f7a6bc88e..bca666ab3 100644 --- a/bundles/org.openhab.binding.ambientweather/src/main/feature/feature.xml +++ b/bundles/org.openhab.binding.ambientweather/src/main/feature/feature.xml @@ -6,8 +6,8 @@ openhab-runtime-base mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.okhttp/3.8.1_1 mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.okio/1.13.0_1 - mvn:org.openhab.osgiify/io.socket.socket.io-client/1.0.0 - mvn:org.openhab.osgiify/io.socket.engine.io-client/1.0.0 + mvn:org.openhab.osgiify/io.socket.socket.io-client/1.0.1 + mvn:org.openhab.osgiify/io.socket.engine.io-client/1.0.1 mvn:org.json/json/20180813 mvn:org.openhab.addons.bundles/org.openhab.binding.ambientweather/${project.version}