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/01/04 07:12:53 UTC

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

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 1292e7f  Updating BouncyCastle to 1.68
1292e7f is described below

commit 1292e7f03cb3d0b587ebb3e433b461d15d2fdf41
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 3dd9637..cb23992 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.67</bcprov.version>
+        <bcprov.version>1.68</bcprov.version>
         <hamcrest.version>2.2</hamcrest.version>
         <xmlunit.version>2.6.3</xmlunit.version>
         <commons.codec.version>1.15</commons.codec.version>