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/10/03 15:36:17 UTC

[santuario-xml-security-java] branch main updated: Updating SLF4J to 2.0.1

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 59b9ae11 Updating SLF4J to 2.0.1
59b9ae11 is described below

commit 59b9ae1188469825709e116615c0353cae640c77
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Oct 3 16:36:02 2022 +0100

    Updating SLF4J to 2.0.1
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8f61bde8..b72ed432 100644
--- a/pom.xml
+++ b/pom.xml
@@ -209,7 +209,7 @@
                         <Import-Package>
                               !org.apache.xml.security.*,
                               !org.apache.jcp.xml.dsig.internal.*,
-                              org.slf4j.*;version="[1.7,2)",
+                              org.slf4j.*;version="[1.7,3)",
                               org.apache.commons.codec.*;version="[1.6,2)",
                               org.apache.xml.dtm*;resolution:=optional;version="[2.7,3)",
                               org.apache.xml.utils*;resolution:=optional;version="[2.7,3)",
@@ -521,7 +521,7 @@
     </profiles>
 
     <properties>
-        <slf4j.version>1.7.36</slf4j.version>
+        <slf4j.version>2.0.1</slf4j.version>
         <xalan.version>2.7.2</xalan.version>
         <junit.version>5.9.1</junit.version>
         <log4j.version>2.18.0</log4j.version>