You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2021/12/02 09:03:24 UTC

[santuario-xml-security-java] branch 2.2.x-fixes updated: Updating BouncyCastle to 1.70

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/santuario-xml-security-java.git


The following commit(s) were added to refs/heads/2.2.x-fixes by this push:
     new cb85ba6  Updating BouncyCastle to 1.70
cb85ba6 is described below

commit cb85ba64b2d4d83399ef18218a59d0d7b929e656
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Dec 2 08:39:09 2021 +0000

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

diff --git a/pom.xml b/pom.xml
index c096219..396a0b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -528,7 +528,7 @@
         <xerces.version>2.12.0</xerces.version>
         <junit.version>5.5.1</junit.version>
         <log4j.version>1.2.17</log4j.version>
-        <bcprov.version>1.69</bcprov.version>
+        <bcprov.version>1.70</bcprov.version>
         <hamcrest.version>2.2</hamcrest.version>
         <xmlunit.version>2.6.3</xmlunit.version>
         <commons.codec.version>1.15</commons.codec.version>