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/14 14:45:53 UTC

[camel] branch camel-3.14.x updated: CAMEL-17335: Upgrade to logback 1.2.8

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 bdded3d  CAMEL-17335: Upgrade to logback 1.2.8
bdded3d is described below

commit bdded3dd41aa73e2a4b8ae29e613ff8cee5db0db
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Dec 14 15:41:32 2021 +0100

    CAMEL-17335: Upgrade to logback 1.2.8
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 721de3b..a8f1496 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -382,7 +382,7 @@
     <lifecycle-mapping-version>1.0.0</lifecycle-mapping-version>
     <lightcouch-version>0.2.0</lightcouch-version>
     <log4j2-version>2.16.0</log4j2-version>
-    <logback-version>1.2.7</logback-version>
+    <logback-version>1.2.8</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 a86517c..3929394 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -364,7 +364,7 @@
         <lifecycle-mapping-version>1.0.0</lifecycle-mapping-version>
         <lettuce-version>5.1.0.RELEASE</lettuce-version>
         <log4j2-version>2.16.0</log4j2-version>
-        <logback-version>1.2.7</logback-version>
+        <logback-version>1.2.8</logback-version>
         <lucene-version>8.11.0</lucene-version>
         <lucene-version-range>[8,9)</lucene-version-range>
         <lightcouch-version>0.2.0</lightcouch-version>