This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit dfa375347ac69be5a610c66e9a7faee7346ec21d Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Aug 25 06:54:11 2020 +0200 [CAMEL-15459]update to CXF 3.4.0 --- parent/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 17bba0e..8c7b9f0 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -139,7 +139,8 @@ <curator-version>4.3.0</curator-version> <cxf-version>3.4.0</cxf-version> <cxf-version-range>[3.3,4.0)</cxf-version-range> - <cxf-codegen-plugin-version>3.3.5</cxf-codegen-plugin-version> + <cxf-codegen-plugin-version>3.4.0</cxf-codegen-plugin-version> + <!-- cxf-xjc is not released as often --> <cxf-xjc-plugin-version>3.3.1</cxf-xjc-plugin-version> <cxf-xjc-utils-version>3.3.1</cxf-xjc-utils-version> <deltaspike-version>1.9.0</deltaspike-version>