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:55:10 UTC

[ws-wss4j] branch master updated: Updating BouncyCastle

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d37a707  Updating BouncyCastle
d37a707 is described below

commit d37a70775d3ff62dba4c9a9e6b375517042931b1
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 7f9cbef..a663410 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>