Upgrade commons-net to 3.9.0 (#3200)

* Bump commons-net from 3.7.2 to 3.9.0 in /bom/runtime

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
dependabot[bot]
2022-12-07 18:03:15 +01:00
committed by GitHub
parent d10cae0631
commit 070a11e593
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -404,7 +404,7 @@
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.7.2</version>
<version>3.9.0</version>
<scope>compile</scope>
</dependency>
@@ -49,8 +49,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.7.2</capability>
<bundle dependency="true">mvn:commons-net/commons-net/3.7.2</bundle>
<capability>openhab.tp;feature=commons-net;version=3.9.0</capability>
<bundle dependency="true">mvn:commons-net/commons-net/3.9.0</bundle>
</feature>
<feature name="openhab.tp-gson" description="Gson" version="${project.version}">