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 2021/12/02 09:19:25 UTC

[ws-wss4j] branch 2_4_x-fixes updated: Updating to BouncyCastle 1.70

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

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


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

commit 66ee62a3ad4a140af0bc1f0c6ff88ca85ac787c5
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Dec 2 09:01:34 2021 +0000

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

diff --git a/parent/pom.xml b/parent/pom.xml
index c8c184e..1dd55d1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -32,7 +32,7 @@
     <url>https://ws.apache.org/wss4j/</url>
 
     <properties>
-        <bcprov.version>1.69</bcprov.version>
+        <bcprov.version>1.70</bcprov.version>
         <commons.compress.version>1.21</commons.compress.version>
         <cryptacular.version>1.2.4</cryptacular.version>
         <ehcache.version>3.9.6</ehcache.version>