This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-ftpserver.git
commit 918ccf906ec6e815bd807024769e4bed5ce004de Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jul 3 17:27:59 2023 -0400 Bump tests from commons-net 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 e695a9ee..60a2d022 100644 --- a/pom.xml +++ b/pom.xml @@ -160,7 +160,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>