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:28 UTC

[santuario-xml-security-java] 01/03: Updating BouncyCastle to 1.68

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 442c6f6be2d0b546998a00345c8acc914e63aa38
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Jan 4 07:12:38 2021 +0000

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

diff --git a/pom.xml b/pom.xml
index 5097be4..703e55b 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.67</bcprov.version>
+        <bcprov.version>1.68</bcprov.version>
         <hamcrest.version>2.2</hamcrest.version>
         <xmlunit.version>1.6</xmlunit.version>
         <commons.codec.version>1.15</commons.codec.version>