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/09/09 08:48:29 UTC

[santuario-xml-security-java] 02/03: Updating BouncyCastle to 1.69

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch 2.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git

commit d059c72d3d376a0da74d54a823f125c42718de15
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Jun 22 12:26:16 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index 703e55b..a3b0ed3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -527,7 +527,7 @@
         <xerces.version>2.12.0</xerces.version>
         <junit.version>4.13.1</junit.version>
         <log4j.version>1.2.17</log4j.version>
-        <bcprov.version>1.68</bcprov.version>
+        <bcprov.version>1.69</bcprov.version>
         <hamcrest.version>2.2</hamcrest.version>
         <xmlunit.version>1.6</xmlunit.version>
         <commons.codec.version>1.15</commons.codec.version>