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 2023/12/28 05:17:13 UTC

(camel) branch main updated: Bump log4j2-version from 2.22.0 to 2.22.1 (#12613)

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 52ca57db6dd Bump log4j2-version from 2.22.0 to 2.22.1 (#12613)
52ca57db6dd is described below

commit 52ca57db6dd799e1ecc9f0d5a753d36cf5cafb55
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Dec 28 06:17:07 2023 +0100

    Bump log4j2-version from 2.22.0 to 2.22.1 (#12613)
    
    Bumps `log4j2-version` from 2.22.0 to 2.22.1.
    
    Updates `org.apache.logging.log4j:log4j-api` from 2.22.0 to 2.22.1
    
    Updates `org.apache.logging.log4j:log4j-core` from 2.22.0 to 2.22.1
    
    Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.22.0 to 2.22.1
    
    Updates `org.apache.logging.log4j:log4j-jcl` from 2.22.0 to 2.22.1
    
    Updates `org.apache.logging.log4j:log4j-jul` from 2.22.0 to 2.22.1
    
    Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.22.0 to 2.22.1
    
    Updates `org.apache.logging.log4j:log4j-layout-template-json` from 2.22.0 to 2.22.1
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.logging.log4j:log4j-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.logging.log4j:log4j-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.logging.log4j:log4j-jcl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.logging.log4j:log4j-jul
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.logging.log4j:log4j-slf4j-impl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.logging.log4j:log4j-layout-template-json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 f9aafeba9d5..026976e334b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -307,7 +307,7 @@
         <libphonenumber-version>8.13.27</libphonenumber-version>
         <!-- virtual dependency only used by Eclipse m2e -->
         <lifecycle-mapping-version>1.0.0</lifecycle-mapping-version>
-        <log4j2-version>2.22.0</log4j2-version>
+        <log4j2-version>2.22.1</log4j2-version>
         <logback-version>1.4.14</logback-version>
         <lucene-version>9.9.1</lucene-version>
         <lightcouch-version>0.2.0</lightcouch-version>