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 <github@maindrain.net>
Signed-off-by: Stefan Triller <github@stefantriller.de>
This commit is contained in:
Stefan Triller
2021-01-24 13:21:28 +01:00
committed by GitHub
parent 3c2960e1fe
commit 5682292c0b
4 changed files with 2 additions and 4 deletions

View File

@@ -5,7 +5,6 @@
<feature name="openhab-binding-heos" description="HEOS Binding" version="${project.version}">
<feature>openhab-runtime-base</feature>
<feature>openhab-transport-upnp</feature>
<bundle dependency="true">mvn:commons-net/commons-net/3.6</bundle>
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.heos/${project.version}</bundle>
</feature>
</features>

View File

@@ -34,7 +34,7 @@
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.6</version>
<version>3.7.2</version>
<scope>compile</scope>
</dependency>
</dependencies>

View File

@@ -5,7 +5,6 @@
<feature name="openhab-binding-network" description="Network Binding" version="${project.version}">
<feature>openhab-runtime-base</feature>
<feature>openhab-core-model-script</feature>
<bundle dependency="true">mvn:commons-net/commons-net/3.6</bundle>
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.network/${project.version}</bundle>
</feature>
</features>