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:39:08 UTC

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

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

commit 7423d4d3e5465f9302e3013d8ba667d2b8093f45
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 81d4c03..ff7b0d1 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>3.8.1</ehcache.version>