You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2023/02/21 18:36:01 UTC

[myfaces-tobago] branch tobago-2.x updated: build(deps): bump log4j.version from 2.19.0 to 2.20.0 (#3779)

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

lofwyr pushed a commit to branch tobago-2.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-2.x by this push:
     new 0538946b48 build(deps): bump log4j.version from 2.19.0 to 2.20.0 (#3779)
0538946b48 is described below

commit 0538946b480a319247c896b5c0a938d46b9ac0d9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Feb 21 19:35:55 2023 +0100

    build(deps): bump log4j.version from 2.19.0 to 2.20.0 (#3779)
    
    Bumps `log4j.version` from 2.19.0 to 2.20.0.
    
    Updates `log4j-core` from 2.19.0 to 2.20.0
    - [Release notes](https://github.com/apache/logging-log4j2/releases)
    - [Changelog](https://github.com/apache/logging-log4j2/blob/release-2.x/CHANGELOG.adoc)
    - [Commits](https://github.com/apache/logging-log4j2/compare/rel/2.19.0...rel/2.20.0)
    
    Updates `log4j-slf4j-impl` from 2.19.0 to 2.20.0
    - [Release notes](https://github.com/apache/logging-log4j2/releases)
    - [Changelog](https://github.com/apache/logging-log4j2/blob/release-2.x/CHANGELOG.adoc)
    - [Commits](https://github.com/apache/logging-log4j2/compare/rel/2.19.0...rel/2.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.logging.log4j:log4j-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.logging.log4j:log4j-slf4j-impl
      dependency-type: direct:production
      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 0c481f2f86..6d0a129293 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
     <mojarra22.version>2.2.20</mojarra22.version>
     <slf4j.version>1.7.36</slf4j.version>
     <logback.version>1.2.11</logback.version>
-    <log4j.version>2.19.0</log4j.version>
+    <log4j.version>2.20.0</log4j.version>
     <commons-io.version>2.11.0</commons-io.version>
     <commons-lang.version>2.6</commons-lang.version>
     <commons-logging.version>1.2</commons-logging.version>