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 ee86a6b6c0968750f8558c099d77e4264e62bf70 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jul 3 17:30:12 2023 -0400 Bump tests from commons-codec 1.15 to 1.6.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 60a2d022..68a975c2 100644 --- a/pom.xml +++ b/pom.xml @@ -159,7 +159,7 @@ <doclint>none</doclint> <!-- Set versions for depending jars --> - <commons.codec.version>1.15</commons.codec.version> + <commons.codec.version>1.16.0</commons.codec.version> <commons.net.version>3.9.0</commons.net.version> <ftpserver.version>${project.version}</ftpserver.version> <hsqldb.version>1.8.0.10</hsqldb.version>