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 2014/07/31 17:28:42 UTC

svn commit: r1614920 - /santuario/xml-security-java/branches/1.5.x-fixes/pom.xml

Author: coheigea
Date: Thu Jul 31 15:28:42 2014
New Revision: 1614920

URL: http://svn.apache.org/r1614920
Log:
Upgrading BouncyCastle


Conflicts:
	pom.xml

Modified:
    santuario/xml-security-java/branches/1.5.x-fixes/pom.xml

Modified: santuario/xml-security-java/branches/1.5.x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/branches/1.5.x-fixes/pom.xml?rev=1614920&r1=1614919&r2=1614920&view=diff
==============================================================================
--- santuario/xml-security-java/branches/1.5.x-fixes/pom.xml (original)
+++ santuario/xml-security-java/branches/1.5.x-fixes/pom.xml Thu Jul 31 15:28:42 2014
@@ -336,7 +336,7 @@
         <xerces.version>2.9.1</xerces.version>
         <junit.version>4.8.2</junit.version>
         <log4j.version>1.2.17</log4j.version>
-        <bcprov.version>1.50</bcprov.version>
+        <bcprov.version>1.51</bcprov.version>
     </properties>
     
     <dependencies>