Upgrade commons-net to 3.13.0 (#5559)

Upgrade commons-net from 3.12.0 to 3.13.0, see changelog:
https://commons.apache.org/proper/commons-net/changes.html#a3.13.0

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2026-05-12 07:24:31 +02:00
committed by GitHub
parent 8ac9352c65
commit 711f18f237
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -423,7 +423,7 @@
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.12.0</version>
<version>3.13.0</version>
<scope>compile</scope>
</dependency>
@@ -52,8 +52,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.12.0</capability>
<bundle dependency="true">mvn:commons-net/commons-net/3.12.0</bundle>
<capability>openhab.tp;feature=commons-net;version=3.13.0</capability>
<bundle dependency="true">mvn:commons-net/commons-net/3.13.0</bundle>
<bundle dependency="true">mvn:commons-io/commons-io/2.22.0</bundle>
</feature>
+1 -1
View File
@@ -73,7 +73,7 @@
<asm.version>9.9.1</asm.version>
<bnd.version>7.2.3</bnd.version>
<commons.net.version>3.12.0</commons.net.version>
<commons.net.version>3.13.0</commons.net.version>
<eea.version>2.4.0</eea.version>
<karaf.compile.version>4.4.11</karaf.compile.version>
<karaf.tooling.version>4.4.11</karaf.tooling.version>