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/03/27 05:35:36 UTC

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

commit 99cccb3f083bacbb3811060a764a6dbf7ccc824a
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Mar 27 06:25:33 2023 +0100

    Revert "Bump log4j-slf4j-impl from 2.19.0 to 2.20.0 (#127)"
    
    This reverts commit a217f7d3f46c01b22381b682f23458f69a3a2068.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 997ca3fa..0ba91c19 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.2</junit.version>
-        <log4j.version>2.20.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>