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 2016/01/27 17:25:51 UTC

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

Author: coheigea
Date: Wed Jan 27 16:25:51 2016
New Revision: 1727116

URL: http://svn.apache.org/viewvc?rev=1727116&view=rev
Log:
Some dependency updates

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=1727116&r1=1727115&r2=1727116&view=diff
==============================================================================
--- santuario/xml-security-java/trunk/pom.xml (original)
+++ santuario/xml-security-java/trunk/pom.xml Wed Jan 27 16:25:51 2016
@@ -464,12 +464,12 @@
     <properties>
         <xml.apis.version>1.4.01</xml.apis.version>
         <oldxmlsec.version>1.5.8</oldxmlsec.version>
-        <slf4j.version>1.7.13</slf4j.version>
+        <slf4j.version>1.7.14</slf4j.version>
         <xalan.version>2.7.2</xalan.version>
         <xerces.version>2.11.0</xerces.version>
         <junit.version>4.12</junit.version>
         <log4j.version>1.2.17</log4j.version>
-        <bcprov.version>1.53</bcprov.version>
+        <bcprov.version>1.54</bcprov.version>
         <xmlunit.version>1.6</xmlunit.version>
         <commons.codec.version>1.10</commons.codec.version>
         <woodstox.core.asl.version>4.4.1</woodstox.core.asl.version>