You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2023/05/25 11:30:29 UTC

[camel] 02/02: CAMEL-19388: Upgrade to CXF 3.5.6

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

nfilotto pushed a commit to branch CAMEL-19388/upgrade-to-cxf-3.6+
in repository https://gitbox.apache.org/repos/asf/camel.git

commit d1482f608e415b7ff8b61ed7567c531dbe8628a9
Author: Nicolas Filotto <nf...@talend.com>
AuthorDate: Thu May 25 13:22:51 2023 +0200

    CAMEL-19388: Upgrade to CXF 3.5.6
---
 camel-dependencies/pom.xml | 4 ++--
 parent/pom.xml             | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index f4a0ea106bd..faa566fb900 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -150,8 +150,8 @@
     <corda-version>4.9.3</corda-version>
     <couchbase-client-version>3.4.1</couchbase-client-version>
     <curator-version>4.3.0</curator-version>
-    <cxf-codegen-plugin-version>3.5.5</cxf-codegen-plugin-version>
-    <cxf-version>3.5.5</cxf-version>
+    <cxf-codegen-plugin-version>3.5.6</cxf-codegen-plugin-version>
+    <cxf-version>3.5.6</cxf-version>
     <cxf-version-range>[3.5,4.0)</cxf-version-range>
     <cxf-xjc-plugin-version>3.3.2</cxf-xjc-plugin-version>
     <cxf-xjc-utils-version>3.3.2</cxf-xjc-utils-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 844c5179c4c..93619272822 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -133,9 +133,9 @@
         <corda-version>4.9.3</corda-version>
         <couchbase-client-version>3.4.1</couchbase-client-version>
         <curator-version>4.3.0</curator-version>
-        <cxf-version>3.5.5</cxf-version>
+        <cxf-version>3.5.6</cxf-version>
         <cxf-version-range>[3.5,4.0)</cxf-version-range>
-        <cxf-codegen-plugin-version>3.5.5</cxf-codegen-plugin-version>
+        <cxf-codegen-plugin-version>3.5.6</cxf-codegen-plugin-version>
         <!-- cxf-xjc is not released as often -->
         <cxf-xjc-plugin-version>3.3.2</cxf-xjc-plugin-version>
         <cxf-xjc-utils-version>3.3.2</cxf-xjc-utils-version>