This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-mime4j.git


The following commit(s) were added to refs/heads/master by this push:
     new ceb6267  Update log4j to 2.16.0
ceb6267 is described below

commit ceb6267ddc465c0feb0d5647c43c130930a37f3c
Author: Trần Hồng Quân <[email protected]>
AuthorDate: Thu Dec 16 21:24:08 2021 +0700

    Update log4j to 2.16.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index c43ba8b..f8e11ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
 
         <target.jdk>1.8</target.jdk>
         <commons-logging.version>1.2</commons-logging.version>
-        <log4j.version>1.2.17</log4j.version>
+        <log4j.version>2.16.0</log4j.version>
         <junit.version>4.13.2</junit.version>
         <mockito.version>3.12.4</mockito.version>
         <commons-io.version>2.11.0</commons-io.version>
@@ -115,8 +115,8 @@
                 <version>${commons-logging.version}</version>
             </dependency>
             <dependency>
-                <groupId>log4j</groupId>
-                <artifactId>log4j</artifactId>
+                <groupId>org.apache.logging.log4j</groupId>
+                <artifactId>log4j-core</artifactId>
                 <version>${log4j.version}</version>
                 <scope>test</scope>
             </dependency>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to