From: Sami Salonen Date: Sun, 6 Mar 2022 08:36:03 +0000 (+0200) Subject: [ambientweather] Update socket.io dependency used by ambientweather (#12429) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=4d01af7165ff9c3ec3d0ed9b717099d6b4ce65a7;p=openhab-addons.git [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 --- diff --git a/bundles/org.openhab.binding.ambientweather/pom.xml b/bundles/org.openhab.binding.ambientweather/pom.xml index d899ff6324..a9bd1866e4 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 f7a6bc88e6..bca666ab39 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}