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/31 05:56:29 UTC

[camel] branch camel-3.14.x updated: CAMEL-17395: Upgrade to log4j 2.17.1 and logback 1.2.10

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

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


The following commit(s) were added to refs/heads/camel-3.14.x by this push:
     new ded2e61  CAMEL-17395: Upgrade to log4j 2.17.1 and logback 1.2.10
ded2e61 is described below

commit ded2e615f758eb41bbcdea034298ffbf87e98e84
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Dec 31 06:53:29 2021 +0100

    CAMEL-17395: Upgrade to log4j 2.17.1 and logback 1.2.10
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3a7e553..5f80dd7 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.17.0</log4j2-version>
-        <logback-version>1.2.9</logback-version>
+        <log4j2-version>2.17.1</log4j2-version>
+        <logback-version>1.2.10</logback-version>
         <lucene-version>8.11.0</lucene-version>
         <lucene-version-range>[8,9)</lucene-version-range>
         <lightcouch-version>0.2.0</lightcouch-version>