This is an automated email from the ASF dual-hosted git repository.
elecharny pushed a commit to branch 1.1.X
in repository https://gitbox.apache.org/repos/asf/mina-ftpserver.git
The following commit(s) were added to refs/heads/1.1.X by this push:
new 18b9716 Bumped up the Log4j version to 2.17.2
18b9716 is described below
commit 18b9716928a105ef4165899ccd38fd752915e18b
Author: emmanuel lecharny <[email protected]>
AuthorDate: Mon Mar 7 05:58:42 2022 +0100
Bumped up the Log4j version to 2.17.2
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 61d995d..e3162f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,7 +165,7 @@
<hsqldb.version>1.8.0.10</hsqldb.version>
<jcl.over.slf4j.version>1.7.36</jcl.over.slf4j.version>
<junit.version>4.13.2</junit.version>
- <log4j.version>2.17.1</log4j.version>
+ <log4j.version>2.17.2</log4j.version>
<mina.core.version>2.1.6</mina.core.version>
<slf4j.api.version>1.7.36</slf4j.api.version>
<slf4j.log4j12.version>1.7.36</slf4j.log4j12.version>