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 2022/09/22 23:08:05 UTC

[commons-configuration] branch master updated: Bump log4j.version from 2.18.0 to 2.19.0 (#213)

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 20c84c0e Bump log4j.version from 2.18.0 to 2.19.0 (#213)
20c84c0e is described below

commit 20c84c0e20b3c8a62aa43b09ebe03851afda04bd
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Sep 22 16:08:01 2022 -0700

    Bump log4j.version from 2.18.0 to 2.19.0 (#213)
    
    Bumps `log4j.version` from 2.18.0 to 2.19.0.
    
    Updates `log4j-1.2-api` from 2.18.0 to 2.19.0
    
    Updates `log4j-core` from 2.18.0 to 2.19.0
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.logging.log4j:log4j-1.2-api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.logging.log4j:log4j-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    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 2adac602..717f90fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -555,7 +555,7 @@
       org.yaml.snakeyaml.*;resolution:=optional,
       *
     </commons.osgi.import>
-    <log4j.version>2.18.0</log4j.version>
+    <log4j.version>2.19.0</log4j.version>
     <slf4j.version>2.0.1</slf4j.version>
     <spring.version>5.3.23</spring.version>