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

[santuario-xml-security-java] branch master updated: Updating BouncyCastle to 1.70

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


The following commit(s) were added to refs/heads/master by this push:
     new 8ca1272  Updating BouncyCastle to 1.70
8ca1272 is described below

commit 8ca127227b1740f2ea617079c86ca187af166fc4
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 c3d0fe4..647bcea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -547,7 +547,7 @@
         <xalan.version>2.7.2</xalan.version>
         <junit.version>5.8.0</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.8.2</xmlunit.version>
         <commons.codec.version>1.15</commons.codec.version>