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

[cxf] branch master updated: [CXF-8386]:Upgrade BouncyCastle to 1.67 (#734)

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/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new f5d4360  [CXF-8386]:Upgrade BouncyCastle to 1.67 (#734)
f5d4360 is described below

commit f5d43600b33b10cc9e4168f792423724131e7e6f
Author: jimma <em...@apache.org>
AuthorDate: Mon Dec 7 15:01:13 2020 +0800

    [CXF-8386]:Upgrade BouncyCastle to 1.67 (#734)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index c8feb0d..0fdd806 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -85,7 +85,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.6.1</cxf.atmosphere.version>
-        <cxf.bcprov.version>1.66</cxf.bcprov.version>
+        <cxf.bcprov.version>1.67</cxf.bcprov.version>
         <cxf.brave.reporter.version>2.15.4</cxf.brave.reporter.version>
         <cxf.brave.version>5.13.0</cxf.brave.version>
         <cxf.brave.zipkin.version>2.22.1</cxf.brave.zipkin.version>