This is an automated email from the ASF dual-hosted git repository.
elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-ftpserver.git
The following commit(s) were added to refs/heads/master by this push:
new 42f81cb Bumped up to mina 2.1.6
42f81cb is described below
commit 42f81cb9c976ddc2f1e4cb155d8d919a1e3bd56c
Author: emmanuel lecharny <[email protected]>
AuthorDate: Sat Feb 19 10:40:40 2022 +0100
Bumped up to mina 2.1.6
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8f492eb..67bb106 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,7 +168,7 @@
<log4j.version>2.17.0</log4j.version>
<maven.compile.source>1.8</maven.compile.source>
<maven.compile.target>1.8</maven.compile.target>
- <mina.core.version>2.1.2</mina.core.version>
+ <mina.core.version>2.1.6</mina.core.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<slf4j.api.version>1.7.32</slf4j.api.version>
<slf4j.log4j12.version>1.7.32</slf4j.log4j12.version>