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 2022/04/20 15:44:10 UTC

[santuario-xml-security-java] 03/03: Updating SLF4J to 1.7.36

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

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

commit 3fc0b4dced1984b9f7998c0a3e864d05d9f5dac2
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Feb 10 08:09:52 2022 +0000

    Updating SLF4J to 1.7.36
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ffd7a257..cd671df7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -522,7 +522,7 @@
 
     <properties>
         <xml.apis.version>1.4.01</xml.apis.version>
-        <slf4j.version>1.7.30</slf4j.version>
+        <slf4j.version>1.7.36</slf4j.version>
         <xalan.version>2.7.2</xalan.version>
         <xerces.version>2.12.0</xerces.version>
         <junit.version>4.13.1</junit.version>