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 2020/07/07 16:10:40 UTC

[santuario-xml-security-java] branch 2.1.x-fixes updated: Updating BouncyCastle

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


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

commit b57006e763fb8b74d013bbfc3cac84b3b2aa2c09
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Jul 7 17:02:07 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 92bc67e..ce9af1d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -530,7 +530,7 @@
         <xerces.version>2.12.0</xerces.version>
         <junit.version>4.12</junit.version>
         <log4j.version>1.2.17</log4j.version>
-        <bcprov.version>1.65</bcprov.version>
+        <bcprov.version>1.66</bcprov.version>
         <hamcrest.version>2.2</hamcrest.version>
         <xmlunit.version>1.6</xmlunit.version>
         <commons.codec.version>1.13</commons.codec.version>