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/01/01 12:38:05 UTC

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

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 6644d101 Bump log4j-slf4j-impl from 2.18.0 to 2.19.0 (#84)
6644d101 is described below

commit 6644d1017a4989312f1fb9b9718230a0151df5be
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Jan 1 12:38:01 2023 +0000

    Bump log4j-slf4j-impl from 2.18.0 to 2.19.0 (#84)
    
    Bumps log4j-slf4j-impl from 2.18.0 to 2.19.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>
    
    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 c7d1a3c7..7c4eee31 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.1</junit.version>
-        <log4j.version>2.18.0</log4j.version>
+        <log4j.version>2.19.0</log4j.version>
         <bcprov.version>1.72</bcprov.version>
         <hamcrest.version>2.2</hamcrest.version>
         <xmlunit.version>2.9.0</xmlunit.version>