You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/10/18 06:57:40 UTC

[camel] branch main updated: Upgrade to log4j 2.21.0 (#11747)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 669dd05e47c Upgrade to log4j 2.21.0 (#11747)
669dd05e47c is described below

commit 669dd05e47caa5c3881dfd2addc98b906e564077
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Oct 18 08:57:31 2023 +0200

    Upgrade to log4j 2.21.0 (#11747)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 200bcc34436..5baa765df7d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -304,7 +304,7 @@
         <libphonenumber-version>8.13.20</libphonenumber-version>
         <!-- virtual dependency only used by Eclipse m2e -->
         <lifecycle-mapping-version>1.0.0</lifecycle-mapping-version>
-        <log4j2-version>2.20.0</log4j2-version>
+        <log4j2-version>2.21.0</log4j2-version>
         <logback-version>1.4.8</logback-version>
         <lucene-version>9.7.0</lucene-version>
         <lightcouch-version>0.2.0</lightcouch-version>