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/07/07 16:10:29 UTC

[ws-wss4j] branch master updated: Updating BouncyCastle to 1.66

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 916910b  Updating BouncyCastle to 1.66
916910b is described below

commit 916910b1dfb32117a88da78f51929e858fad1f89
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Jul 7 17:10:10 2020 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 048babc..7b34116 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -32,7 +32,7 @@
     <url>https://ws.apache.org/wss4j/</url>
 
     <properties>
-        <bcprov.version>1.65</bcprov.version>
+        <bcprov.version>1.66</bcprov.version>
         <commons.compress.version>1.20</commons.compress.version>
         <cryptacular.version>1.2.4</cryptacular.version>
         <ehcache.version>3.8.1</ehcache.version>