mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 13:21:53 +01:00
Bump apache-commons.net to 3.7.2 (#2141)
Signed-off-by: Stefan Triller <github@stefantriller.de>
This commit is contained in:
parent
3df98da080
commit
ec76baa881
@ -413,7 +413,7 @@
|
||||
<dependency>
|
||||
<groupId>commons-net</groupId>
|
||||
<artifactId>commons-net</artifactId>
|
||||
<version>3.3</version>
|
||||
<version>3.7.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
@ -44,8 +44,8 @@
|
||||
</feature>
|
||||
|
||||
<feature name="openhab.tp-commons-net" description="The Apache Commons Net library" version="${project.version}">
|
||||
<capability>openhab.tp;feature=commons-net;version=3.3</capability>
|
||||
<bundle dependency="true">mvn:commons-net/commons-net/3.3</bundle>
|
||||
<capability>openhab.tp;feature=commons-net;version=3.7.2</capability>
|
||||
<bundle dependency="true">mvn:commons-net/commons-net/3.7.2</bundle>
|
||||
</feature>
|
||||
|
||||
<feature name="openhab.tp-gson" description="Gson" version="${project.version}">
|
||||
|
Loading…
Reference in New Issue
Block a user