This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch 1.2.X
in repository https://gitbox.apache.org/repos/asf/mina-ftpserver.git
The following commit(s) were added to refs/heads/1.2.X by this push:
new b83c1e09 [test] Bump Apache Commons Net from 3.8.0 to 3.9.0
b83c1e09 is described below
commit b83c1e094757ed776a0f11a1df44f1c0d8237f42
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Dec 4 10:01:13 2022 -0500
[test] Bump Apache Commons Net from 3.8.0 to 3.9.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d5c18126..5bd5b689 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,7 +148,7 @@
<!-- Set versions for depending jars -->
<commons.codec.version>1.15</commons.codec.version>
- <commons.net.version>3.8.0</commons.net.version>
+ <commons.net.version>3.9.0</commons.net.version>
<ftpserver.version>${project.version}</ftpserver.version>
<hsqldb.version>1.8.0.10</hsqldb.version>
<jcl.over.slf4j.version>1.7.36</jcl.over.slf4j.version>