This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-4.8.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit f76708f52a95e94a6d4e11923ffab8eaea38ff0c Author: Claus Ibsen <[email protected]> AuthorDate: Sat Dec 21 12:01:36 2024 +0100 CAMEL-21566: Upgrade to CXF 4.0.6 --- parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 377b5ae545c..464328a93e4 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -125,8 +125,8 @@ <cobertura-maven-plugin-version>2.7</cobertura-maven-plugin-version> <couchbase-client-version>3.7.2</couchbase-client-version> <curator-version>5.7.0</curator-version> - <cxf-version>4.0.5</cxf-version> - <cxf-codegen-plugin-version>4.0.5</cxf-codegen-plugin-version> + <cxf-version>4.0.6</cxf-version> + <cxf-codegen-plugin-version>4.0.6</cxf-codegen-plugin-version> <!-- cxf-xjc is not released as often --> <cxf-xjc-plugin-version>4.0.2</cxf-xjc-plugin-version> <cxf-xjc-utils-version>4.0.2</cxf-xjc-utils-version>
