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 4714a06 Updating BouncyCastle to 1.68 4714a06 is described below commit 4714a06bee543620ef39d3dc7610d76e93719f4f Author: Colm O hEigeartaigh <cohei...@apache.org> AuthorDate: Mon Jan 4 07:31:36 2021 +0000 Updating BouncyCastle to 1.68 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 7e6b1a5..72f7efd 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -32,7 +32,7 @@ <url>https://ws.apache.org/wss4j/</url> <properties> - <bcprov.version>1.67</bcprov.version> + <bcprov.version>1.68</bcprov.version> <commons.compress.version>1.20</commons.compress.version> <cryptacular.version>1.2.4</cryptacular.version> <ehcache.version>3.8.1</ehcache.version>