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 2024/02/21 05:56:46 UTC

(camel) branch main updated: Bump logback-version from 1.4.14 to 1.5.0 (#13207)

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 1d2bd97820e Bump logback-version from 1.4.14 to 1.5.0 (#13207)
1d2bd97820e is described below

commit 1d2bd97820ef23268e5a45390acfb50b9ab47fbe
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 21 06:56:39 2024 +0100

    Bump logback-version from 1.4.14 to 1.5.0 (#13207)
    
    Bumps `logback-version` from 1.4.14 to 1.5.0.
    
    Updates `ch.qos.logback:logback-classic` from 1.4.14 to 1.5.0
    - [Commits](https://github.com/qos-ch/logback/compare/v_1.4.14...v_1.5.0)
    
    Updates `ch.qos.logback:logback-core` from 1.4.14 to 1.5.0
    - [Commits](https://github.com/qos-ch/logback/compare/v_1.4.14...v_1.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: ch.qos.logback:logback-classic
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: ch.qos.logback:logback-core
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 6bcbb19f8a2..ee613cc460e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -311,7 +311,7 @@
         <!-- virtual dependency only used by Eclipse m2e -->
         <lifecycle-mapping-version>1.0.0</lifecycle-mapping-version>
         <log4j2-version>2.21.1</log4j2-version>
-        <logback-version>1.4.14</logback-version>
+        <logback-version>1.5.0</logback-version>
         <lucene-version>9.10.0</lucene-version>
         <lightcouch-version>0.2.0</lightcouch-version>
         <littleproxy-version>2.1.2</littleproxy-version>