This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch 2_3_x-fixes
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/2_3_x-fixes by this push:
new 637ae5d Updating BouncyCastle to 1.67
637ae5d is described below
commit 637ae5d61d38bada3ab70a3dc115a02c8d3c3355
Author: Colm O hEigeartaigh <coheigea@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 7b34116..771a150 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>
|