You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/12/27 16:29:55 UTC

(commons-configuration) branch master updated: Bump log4j.version from 2.22.0 to 2.22.1 (#339)

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 167fd1a0 Bump log4j.version from 2.22.0 to 2.22.1 (#339)
167fd1a0 is described below

commit 167fd1a01c2efc5fb9cd07bcc6e46f145ec67e90
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Dec 27 11:29:50 2023 -0500

    Bump log4j.version from 2.22.0 to 2.22.1 (#339)
    
    Bumps `log4j.version` from 2.22.0 to 2.22.1.
    
    Updates `org.apache.logging.log4j:log4j-1.2-api` from 2.22.0 to 2.22.1
    
    Updates `org.apache.logging.log4j:log4j-core` from 2.22.0 to 2.22.1
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.logging.log4j:log4j-1.2-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
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 240a53af..bc263457 100644
--- a/pom.xml
+++ b/pom.xml
@@ -561,7 +561,7 @@
       org.yaml.snakeyaml.*;resolution:=optional,
       *
     </commons.osgi.import>
-    <log4j.version>2.22.0</log4j.version>
+    <log4j.version>2.22.1</log4j.version>
     <slf4j.version>2.0.9</slf4j.version>
     <!-- Spring 6 requires Java 17 -->
     <spring.version>5.3.31</spring.version>