You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2023/02/22 09:26:36 UTC

[santuario-xml-security-java] branch main updated: Bump log4j-slf4j-impl from 2.19.0 to 2.20.0 (#127)

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

coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git


The following commit(s) were added to refs/heads/main by this push:
     new 3523e65f Bump log4j-slf4j-impl from 2.19.0 to 2.20.0 (#127)
3523e65f is described below

commit 3523e65f6e09cdc3a150a14ddd2505b237a4944d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 22 09:26:30 2023 +0000

    Bump log4j-slf4j-impl from 2.19.0 to 2.20.0 (#127)
    
    Bumps [log4j-slf4j-impl](https://github.com/apache/logging-log4j2) 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-slf4j-impl
      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 d3d2f822..d22383b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -526,7 +526,7 @@
         <slf4j.version>2.0.6</slf4j.version>
         <xalan.version>2.7.2</xalan.version>
         <junit.version>5.9.2</junit.version>
-        <log4j.version>2.19.0</log4j.version>
+        <log4j.version>2.20.0</log4j.version>
         <bcprov.version>1.72</bcprov.version>
         <hamcrest.version>2.2</hamcrest.version>
         <xmlunit.version>2.9.1</xmlunit.version>