From 5682292c0b54c5b063d518559275b29a673c67a1 Mon Sep 17 00:00:00 2001 From: Stefan Triller Date: Sun, 24 Jan 2021 13:21:28 +0100 Subject: [PATCH] Bump Apache Commons Net to 3.7.2 (#9921) See discussion https://github.com/openhab/openhab-core/pull/2141#issuecomment-764938965 Nrjavaserial needs it and we want the latest version Also-by: Wouter Born Signed-off-by: Stefan Triller --- bundles/org.openhab.binding.heos/src/main/feature/feature.xml | 1 - bundles/org.openhab.binding.network/pom.xml | 2 +- .../org.openhab.binding.network/src/main/feature/feature.xml | 1 - itests/org.openhab.binding.ntp.tests/itest.bndrun | 2 +- 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/bundles/org.openhab.binding.heos/src/main/feature/feature.xml b/bundles/org.openhab.binding.heos/src/main/feature/feature.xml index 58ce6978c6e..067b74ceafd 100644 --- a/bundles/org.openhab.binding.heos/src/main/feature/feature.xml +++ b/bundles/org.openhab.binding.heos/src/main/feature/feature.xml @@ -5,7 +5,6 @@ openhab-runtime-base openhab-transport-upnp - mvn:commons-net/commons-net/3.6 mvn:org.openhab.addons.bundles/org.openhab.binding.heos/${project.version} diff --git a/bundles/org.openhab.binding.network/pom.xml b/bundles/org.openhab.binding.network/pom.xml index 8b68aceee2b..62e9bfbe231 100644 --- a/bundles/org.openhab.binding.network/pom.xml +++ b/bundles/org.openhab.binding.network/pom.xml @@ -34,7 +34,7 @@ commons-net commons-net - 3.6 + 3.7.2 compile diff --git a/bundles/org.openhab.binding.network/src/main/feature/feature.xml b/bundles/org.openhab.binding.network/src/main/feature/feature.xml index a1fd91f9992..cfe8e3ce4c9 100644 --- a/bundles/org.openhab.binding.network/src/main/feature/feature.xml +++ b/bundles/org.openhab.binding.network/src/main/feature/feature.xml @@ -5,7 +5,6 @@ openhab-runtime-base openhab-core-model-script - mvn:commons-net/commons-net/3.6 mvn:org.openhab.addons.bundles/org.openhab.binding.network/${project.version} diff --git a/itests/org.openhab.binding.ntp.tests/itest.bndrun b/itests/org.openhab.binding.ntp.tests/itest.bndrun index 41826abd921..1f55a2d592b 100644 --- a/itests/org.openhab.binding.ntp.tests/itest.bndrun +++ b/itests/org.openhab.binding.ntp.tests/itest.bndrun @@ -21,7 +21,7 @@ Fragment-Host: org.openhab.binding.ntp com.google.gson;version='[2.8.2,2.8.3)',\ javax.measure.unit-api;version='[1.0.0,1.0.1)',\ org.apache.commons.lang;version='[2.6.0,2.6.1)',\ - org.apache.commons.net;version='[3.3.0,3.3.1)',\ + org.apache.commons.commons-net;version='[3.7.2,3.7.3)',\ org.apache.felix.configadmin;version='[1.9.8,1.9.9)',\ org.apache.felix.http.servlet-api;version='[1.1.2,1.1.3)',\ org.apache.felix.scr;version='[2.1.10,2.1.11)',\