You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/11/11 13:15:03 UTC

[camel] 05/06: Revert "Upgrade Log4j to version 2.14.0"

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 25ef38cf0d201b19ed1aef533a7db8acdb401753
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 11 13:53:33 2020 +0100

    Revert "Upgrade Log4j to version 2.14.0"
    
    This reverts commit 9b6a9e91330d3ebba3114d630275a590155d10e5.
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 4952be3..2886ff6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -375,7 +375,7 @@
         <!-- virtual dependency only used by Eclipse m2e -->
         <lifecycle-mapping-version>1.0.0</lifecycle-mapping-version>
         <lettuce-version>5.1.0.RELEASE</lettuce-version>
-        <log4j2-version>2.14.0</log4j2-version>
+        <log4j2-version>2.13.3</log4j2-version>
         <logback-version>1.2.3</logback-version>
         <lucene3-version>3.6.0</lucene3-version>
         <lucene-version>8.6.1</lucene-version>