Upgrade commons-net to 3.12.0 (#4982)

* Upgrade commons-net to 3.12.0

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

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>

* Add dependency to feature

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>

---------

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2025-08-30 15:56:28 +02:00
committed by GitHub
parent 7ae821947b
commit cdcf96fb5c
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -422,7 +422,7 @@
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.11.1</version>
<version>3.12.0</version>
<scope>compile</scope>
</dependency>