You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2015/03/10 14:54:46 UTC

cxf-fediz git commit: Upgrading BouncyCastle

Repository: cxf-fediz
Updated Branches:
  refs/heads/master 9d387b965 -> 3fa6aaef1


Upgrading BouncyCastle


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/3fa6aaef
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/3fa6aaef
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/3fa6aaef

Branch: refs/heads/master
Commit: 3fa6aaef1709b098e8bb3250fefe0f57bca94996
Parents: 9d387b9
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Tue Mar 10 13:54:36 2015 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Tue Mar 10 13:54:36 2015 +0000

----------------------------------------------------------------------
 systests/kerberos/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/3fa6aaef/systests/kerberos/pom.xml
----------------------------------------------------------------------
diff --git a/systests/kerberos/pom.xml b/systests/kerberos/pom.xml
index ed4c4f1..606a2dc 100644
--- a/systests/kerberos/pom.xml
+++ b/systests/kerberos/pom.xml
@@ -181,7 +181,7 @@
             <groupId>org.bouncycastle</groupId>
             <artifactId>bcprov-jdk15on</artifactId>
             <scope>test</scope>
-            <version>1.51</version>
+            <version>1.52</version>
         </dependency>
 
     </dependencies>