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

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


The following commit(s) were added to refs/heads/camel-4.10.x by this push:
     new c6ed2603bcd chore(deps): Bump logback-version from 1.5.17 to 1.5.18 
(#17495) (#18760)
c6ed2603bcd is described below

commit c6ed2603bcd4630cc68f9bfa430196f7300efc89
Author: Tom Cunningham <[email protected]>
AuthorDate: Tue Jul 29 12:14:34 2025 -0400

    chore(deps): Bump logback-version from 1.5.17 to 1.5.18 (#17495) (#18760)
    
    Bumps `logback-version` from 1.5.17 to 1.5.18.
    
    Updates `ch.qos.logback:logback-core` from 1.5.17 to 1.5.18
    - [Release notes](https://github.com/qos-ch/logback/releases)
    - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.17...v_1.5.18)
    
    Updates `ch.qos.logback:logback-classic` from 1.5.17 to 1.5.18
    - [Release notes](https://github.com/qos-ch/logback/releases)
    - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.17...v_1.5.18)
    
    ---
    updated-dependencies:
    - dependency-name: ch.qos.logback:logback-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: ch.qos.logback:logback-classic
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@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 a8e3d309ee3..5652d9320cd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -329,7 +329,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.5.16</logback-version>
+        <logback-version>1.5.18</logback-version>
         <lucene-version>9.12.0</lucene-version>
         <lightcouch-version>0.2.0</lightcouch-version>
         <littleproxy-version>2.4.0</littleproxy-version>

Reply via email to