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

ffang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new fc9b3b4897d [CAMEL-21548]update cxf codegen and xjc version as well
fc9b3b4897d is described below

commit fc9b3b4897d9c2ad8f63439cf03a0f9ad0378090
Author: Freeman Fang <[email protected]>
AuthorDate: Mon Dec 16 12:22:42 2024 -0500

    [CAMEL-21548]update cxf codegen and xjc version as well
---
 parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index da69752bf49..9455d64d5bc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -126,10 +126,10 @@
         <couchbase-client-version>3.7.6</couchbase-client-version>
         <curator-version>5.7.1</curator-version>
         <cxf-version>4.1.0</cxf-version>
-        <cxf-codegen-plugin-version>4.0.6</cxf-codegen-plugin-version>
+        <cxf-codegen-plugin-version>4.1.0</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>
+        <cxf-xjc-plugin-version>4.1.0</cxf-xjc-plugin-version>
+        <cxf-xjc-utils-version>4.1.0</cxf-xjc-utils-version>
         <datasonnet-mapper-version>3.0.0</datasonnet-mapper-version>
         <debezium-version>3.0.4.Final</debezium-version>
         
<debezium-mysql-connector-version>9.1.0</debezium-mysql-connector-version>

Reply via email to