You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2015/10/26 11:10:23 UTC

svn commit: r1710545 - /webservices/wss4j/trunk/parent/pom.xml

Author: coheigea
Date: Mon Oct 26 10:10:23 2015
New Revision: 1710545

URL: http://svn.apache.org/viewvc?rev=1710545&view=rev
Log:
Updating BouncyCastle + EhCache

Modified:
    webservices/wss4j/trunk/parent/pom.xml

Modified: webservices/wss4j/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/parent/pom.xml?rev=1710545&r1=1710544&r2=1710545&view=diff
==============================================================================
--- webservices/wss4j/trunk/parent/pom.xml (original)
+++ webservices/wss4j/trunk/parent/pom.xml Mon Oct 26 10:10:23 2015
@@ -33,9 +33,9 @@
 
     <properties>
         <apacheds.version>2.0.0-M20</apacheds.version>
-        <bcprov.version>1.52</bcprov.version>
+        <bcprov.version>1.53</bcprov.version>
         <commons.compress.version>1.4.1</commons.compress.version>
-        <ehcache.version>2.9.0</ehcache.version>
+        <ehcache.version>2.10.1</ehcache.version>
         <geronimo.javamail.version>1.7.1</geronimo.javamail.version>
         <jasypt.version>1.9.2</jasypt.version>
         <junit.version>4.12</junit.version>