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 5e492fc Bumped up to log4j 2.17
5e492fc is described below
commit 5e492fc25497858fb822b60c4943d081a383161a
Author: emmanuel lecharny <[email protected]>
AuthorDate: Sat Dec 18 18:54:11 2021 +0100
Bumped up to log4j 2.17
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 62c80da..51f6945 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@
<hsqldb.version>1.8.0.10</hsqldb.version>
<jcl.over.slf4j.version>1.7.32</jcl.over.slf4j.version>
<junit.version>4.12</junit.version>
- <log4j.version>2.16.0</log4j.version>
+ <log4j.version>2.17.0</log4j.version>
<mina.core.version>2.1.2</mina.core.version>
<slf4j.api.version>1.7.32</slf4j.api.version>
<slf4j.log4j12.version>1.7.32</slf4j.log4j12.version>