This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.14.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.14.x by this push: new 4304bd8f176 Upgrade CXF to 3.4.10 (#11541) 4304bd8f176 is described below commit 4304bd8f176b6317043d3eeb3955ad44c3206b27 Author: Adavleo <145708777+adav...@users.noreply.github.com> AuthorDate: Sun Sep 24 09:43:19 2023 +0100 Upgrade CXF to 3.4.10 (#11541) Co-authored-by: Alan Davila <> --- 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 ed6ad5bc71a..8abfd8dc1ae 100644 --- a/camel-dependencies/pom.xml +++ b/camel-dependencies/pom.xml @@ -158,8 +158,8 @@ <corda-version>4.8</corda-version> <couchbase-client-version>3.2.7</couchbase-client-version> <curator-version>4.3.0</curator-version> - <cxf-codegen-plugin-version>3.4.8</cxf-codegen-plugin-version> - <cxf-version>3.4.8</cxf-version> + <cxf-codegen-plugin-version>3.4.10</cxf-codegen-plugin-version> + <cxf-version>3.4.10</cxf-version> <cxf-version-range>[3.4,3.5)</cxf-version-range> <cxf-xjc-plugin-version>3.3.2</cxf-xjc-plugin-version> <cxf-xjc-utils-version>3.3.1</cxf-xjc-utils-version> diff --git a/parent/pom.xml b/parent/pom.xml index 159b74ba984..1fb619b7ff8 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -141,9 +141,9 @@ <corda-version>4.8</corda-version> <couchbase-client-version>3.2.7</couchbase-client-version> <curator-version>4.3.0</curator-version> - <cxf-version>3.4.8</cxf-version> + <cxf-version>3.4.10</cxf-version> <cxf-version-range>[3.4,3.5)</cxf-version-range> - <cxf-codegen-plugin-version>3.4.8</cxf-codegen-plugin-version> + <cxf-codegen-plugin-version>3.4.10</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.1</cxf-xjc-utils-version>