You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/31 07:39:46 UTC

[camel-karaf] 02/10: Upgrade CXF to version 3.3.6

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git

commit 31299321499eca442967f565e366f501184a6459
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 31 09:33:25 2020 +0200

    Upgrade CXF to version 3.3.6
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 45727ce..acb6964 100644
--- a/pom.xml
+++ b/pom.xml
@@ -228,7 +228,7 @@
         <couchbase-client-version>1.4.13</couchbase-client-version>
         <couchbase-client-bundle-version>1.4.13_1</couchbase-client-bundle-version>
         <curator-version>4.3.0</curator-version>
-        <cxf-version>3.3.5</cxf-version>
+        <cxf-version>3.3.6</cxf-version>
         <cxf-version-range>[3.3,4.0)</cxf-version-range>
         <cxf-codegen-plugin-version>3.3.5</cxf-codegen-plugin-version>
         <cxf-xjc-plugin-version>3.3.1</cxf-xjc-plugin-version>