This is an automated email from the ASF dual-hosted git repository. elecharny pushed a commit to branch 1.2.X in repository https://gitbox.apache.org/repos/asf/mina-ftpserver.git
commit 5f4c52157bc16f3d6e457290573ec92b935abd6a Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Wed Jul 5 23:21:09 2023 +0200 Bumped up MINA dependency --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5bd5b689..2a48c281 100644 --- a/pom.xml +++ b/pom.xml @@ -154,7 +154,7 @@ <jcl.over.slf4j.version>1.7.36</jcl.over.slf4j.version> <junit.version>4.13.2</junit.version> <log4j.version>2.19.0</log4j.version> - <mina.core.version>2.1.6</mina.core.version> + <mina.core.version>2.2.2</mina.core.version> <slf4j.api.version>1.7.36</slf4j.api.version> <slf4j.log4j12.version>1.7.36</slf4j.log4j12.version> <spring.context.version>2.5.5</spring.context.version>