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/21 15:34:48 UTC

[camel] branch main updated: Upgrade to logback 1.2.9 (https://jira.qos.ch/browse/LOGBACK-1591) (#6574)

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 987f9c8  Upgrade to logback 1.2.9 (https://jira.qos.ch/browse/LOGBACK-1591) (#6574)
987f9c8 is described below

commit 987f9c80fd5d9fae7771dc98497a0656b0098eaf
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Tue Dec 21 10:31:47 2021 -0500

    Upgrade to logback 1.2.9 (https://jira.qos.ch/browse/LOGBACK-1591) (#6574)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b8e0f84..2e3e1d5 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.17.0</log4j2-version>
-        <logback-version>1.2.8</logback-version>
+        <logback-version>1.2.9</logback-version>
         <lucene-version>8.11.0</lucene-version>
         <lucene-version-range>[8,9)</lucene-version-range>
         <lightcouch-version>0.2.0</lightcouch-version>