Upgrade commons-net to 3.9.0 (#13869)

Related to openhab-core#3200

Signed-off-by: Wouter Born <github@maindrain.net>

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2022-12-08 07:09:46 +01:00
committed by GitHub
parent 0c53ce998c
commit 3c936dbda9
6 changed files with 12 additions and 6 deletions

View File

@@ -86,7 +86,7 @@
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.3</version>
<version>${commons.net.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>