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 2021/12/10 09:52:19 UTC

[camel] branch main updated: CAMEL-17309: Upgrade to log4j 2.15.0 and logback to 1.2.7

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 bb68272  CAMEL-17309: Upgrade to log4j 2.15.0 and logback to 1.2.7
bb68272 is described below

commit bb682726df1368186efc700b852285acb9f27371
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Dec 10 10:23:11 2021 +0100

    CAMEL-17309: Upgrade to log4j 2.15.0 and logback to 1.2.7
---
 camel-dependencies/pom.xml | 4 ++--
 parent/pom.xml             | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 6bd3d41..5f5c7fd 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -381,8 +381,8 @@
     <libthrift-version>0.14.1</libthrift-version>
     <lifecycle-mapping-version>1.0.0</lifecycle-mapping-version>
     <lightcouch-version>0.2.0</lightcouch-version>
-    <log4j2-version>2.13.3</log4j2-version>
-    <logback-version>1.2.3</logback-version>
+    <log4j2-version>2.15.0</log4j2-version>
+    <logback-version>1.2.7</logback-version>
     <lucene-version>8.11.0</lucene-version>
     <lucene-version-range>[8,9)</lucene-version-range>
     <maven-antrun-plugin-version>1.6</maven-antrun-plugin-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 7a0bf96..fd9a76f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -363,8 +363,8 @@
         <!-- 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.13.3</log4j2-version>
-        <logback-version>1.2.3</logback-version>
+        <log4j2-version>2.15.0</log4j2-version>
+        <logback-version>1.2.7</logback-version>
         <lucene-version>8.11.0</lucene-version>
         <lucene-version-range>[8,9)</lucene-version-range>
         <lightcouch-version>0.2.0</lightcouch-version>