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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user