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 2020/04/07 05:58:26 UTC

[ws-wss4j] branch 2_2_x-fixes updated: Updating BouncyCastle

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch 2_2_x-fixes
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


The following commit(s) were added to refs/heads/2_2_x-fixes by this push:
     new d6948a2  Updating BouncyCastle
d6948a2 is described below

commit d6948a2de92de63c414ec984e01d90a6a0c74ec9
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Apr 7 06:54:55 2020 +0100

    Updating BouncyCastle
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3d6216d..be49682 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -32,7 +32,7 @@
     <url>https://ws.apache.org/wss4j/</url>
 
     <properties>
-        <bcprov.version>1.64</bcprov.version>
+        <bcprov.version>1.65</bcprov.version>
         <commons.compress.version>1.20</commons.compress.version>
         <cryptacular.version>1.2.4</cryptacular.version>
         <ehcache.version>2.10.6</ehcache.version>