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/08 15:18:54 UTC

(commons-logging) branch master updated: Bump log4j2.version from 2.21.1 to 2.22.0 (#187)

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-logging.git


The following commit(s) were added to refs/heads/master by this push:
     new 370f0b1  Bump log4j2.version from 2.21.1 to 2.22.0 (#187)
370f0b1 is described below

commit 370f0b151419fecb35c9c48e107904c2f00401ce
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 8 10:18:49 2023 -0500

    Bump log4j2.version from 2.21.1 to 2.22.0 (#187)
    
    Bumps `log4j2.version` from 2.21.1 to 2.22.0.
    
    Updates `org.apache.logging.log4j:log4j-api` from 2.21.1 to 2.22.0
    
    Updates `org.apache.logging.log4j:log4j-core` from 2.21.1 to 2.22.0
    
    Updates `org.apache.logging.log4j:log4j-core-test` from 2.21.1 to 2.22.0
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.logging.log4j:log4j-api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.logging.log4j:log4j-core
      dependency-type: direct:development
      update-type: version-update:semver-minor
    - dependency-name: org.apache.logging.log4j:log4j-core-test
      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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b083c8b..d6fe1e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -727,7 +727,7 @@ under the License.
     <!-- Allow default test run order to be changed -->
     <failsafe.runorder>filesystem</failsafe.runorder>
 
-    <log4j2.version>2.21.1</log4j2.version>
+    <log4j2.version>2.22.0</log4j2.version>
     <logback.version>1.3.11</logback.version>
     <slf4j.version>2.0.9</slf4j.version>
     <findsecbugs.version>1.12.0</findsecbugs.version>