You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ff...@apache.org on 2019/08/13 15:06:38 UTC

[camel] branch camel-2.x updated: upgrade to CXF 3.3.3, and this will fix CAMEL-12957

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

ffang pushed a commit to branch camel-2.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.x by this push:
     new 480a50a  upgrade to CXF 3.3.3, and this will fix CAMEL-12957
480a50a is described below

commit 480a50a8070fa2fd9410e0801294e381c0cfc78d
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Tue Aug 13 11:06:35 2019 -0400

    upgrade to CXF 3.3.3, and this will fix CAMEL-12957
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 6c923d1..3992e80 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -169,7 +169,7 @@
     <couchbase-client-version>1.4.13</couchbase-client-version>
     <couchbase-client-bundle-version>1.4.13_1</couchbase-client-bundle-version>
     <curator-version>2.12.0</curator-version>
-    <cxf-version>3.3.2</cxf-version>
+    <cxf-version>3.3.3</cxf-version>
     <cxf-version-range>[3.1,4.0)</cxf-version-range>
     <cxf-xjc-plugin-version>3.2.0</cxf-xjc-plugin-version>
     <cxf-xjc-utils-version>3.2.0</cxf-xjc-utils-version>