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/24 17:36:27 UTC

[commons-vfs] branch master updated: Bump log4j2.version from 2.18.0 to 2.19.0 (#305)

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


The following commit(s) were added to refs/heads/master by this push:
     new d65fa2c3 Bump log4j2.version from 2.18.0 to 2.19.0 (#305)
d65fa2c3 is described below

commit d65fa2c3aa0ef271b3fca137f1b6a922c3b74a91
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Sep 24 13:36:22 2022 -0400

    Bump log4j2.version from 2.18.0 to 2.19.0 (#305)
    
    Bumps `log4j2.version` from 2.18.0 to 2.19.0.
    
    Updates `log4j-slf4j-impl` 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-slf4j-impl
      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 bd7776c9..81a4e51a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -201,7 +201,7 @@
     <commons.animal-sniffer.version>1.21</commons.animal-sniffer.version>
     <biz.aQute.bndlib.version>6.3.1</biz.aQute.bndlib.version>
     <slf4j.version>1.7.36</slf4j.version>
-    <log4j2.version>2.18.0</log4j2.version>
+    <log4j2.version>2.19.0</log4j2.version>
     <clirr.skip>true</clirr.skip>
     <japicmp.skip>false</japicmp.skip>
     <jacoco.skip>false</jacoco.skip>