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/11/03 06:55:14 UTC

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

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 a903098  Updating BouncyCastle to 1.67
a903098 is described below

commit a9030982b381b3d1f68fe726ad99da8df58cd399
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Nov 3 06:33:53 2020 +0000

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

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