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:47:49 UTC

[santuario-xml-security-java] 04/04: 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 2.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git

commit 5188d5d53d3f1dc78c03044af8455c4af3076755
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 a6d0cb7b..38f6baa7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -543,7 +543,7 @@
         <slf4j.version>1.7.36</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.8.2</xmlunit.version>