You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2020/01/03 17:38:31 UTC

[cxf] 01/06: Update Bouncycastle version

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

coheigea pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 2dd40f3371e8c8ad1058be0f8f261af10f4eaff3
Author: Dennis Kieselhorst <de...@apache.org>
AuthorDate: Wed Jan 1 20:29:08 2020 +0100

    Update Bouncycastle version
    
    (cherry picked from commit d3c23afc74d604e17e5a45843fca0ce906b9c214)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 4bbb2cc..391eca5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -87,7 +87,7 @@
         <cxf.aspectj.version>1.9.1</cxf.aspectj.version>
         <cxf.atmosphere.version.range>[2.4,3.0)</cxf.atmosphere.version.range>
         <cxf.atmosphere.version>2.5.2</cxf.atmosphere.version>
-        <cxf.bcprov.version>1.62</cxf.bcprov.version>
+        <cxf.bcprov.version>1.64</cxf.bcprov.version>
         <cxf.brave.reporter.version>2.10.0</cxf.brave.reporter.version>
         <cxf.brave.version>5.6.9</cxf.brave.version>
         <cxf.brave.zipkin.version>2.14.2</cxf.brave.zipkin.version>