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
commit 013a6e750836ec1cdc4ee46615a8a8e5efa54109 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jul 3 19:13:58 2023 -0400 Bump tests from commons-codec 1.15 to 1.16.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5bd5b689..d0f76d1c 100644 --- a/pom.xml +++ b/pom.xml @@ -147,7 +147,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>