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 2013/03/26 11:17:06 UTC

svn commit: r1461047 - /santuario/xml-security-java/trunk/pom.xml

Author: coheigea
Date: Tue Mar 26 10:17:06 2013
New Revision: 1461047

URL: http://svn.apache.org/r1461047
Log:
Upgrading to SLF4J 1.7.5

Modified:
    santuario/xml-security-java/trunk/pom.xml

Modified: santuario/xml-security-java/trunk/pom.xml
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/trunk/pom.xml?rev=1461047&r1=1461046&r2=1461047&view=diff
==============================================================================
--- santuario/xml-security-java/trunk/pom.xml (original)
+++ santuario/xml-security-java/trunk/pom.xml Tue Mar 26 10:17:06 2013
@@ -392,7 +392,7 @@
 
     <properties>
         <xml.apis.version>1.4.01</xml.apis.version>
-        <slf4j.version>1.7.2</slf4j.version>
+        <slf4j.version>1.7.5</slf4j.version>
         <xalan.version>2.7.1</xalan.version>
         <xerces.version>2.9.1</xerces.version>
         <junit.version>4.8.2</junit.version>