You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/01/13 16:00:12 UTC

[camel] branch camel-3.11.x updated: CAMEL-17137: Use strict cxf-version-range. Upgrade to CXF 3.4.5

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

davsclaus pushed a commit to branch camel-3.11.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.11.x by this push:
     new ae2451c  CAMEL-17137: Use strict cxf-version-range. Upgrade to CXF 3.4.5
ae2451c is described below

commit ae2451c8bb42c9251fd7fe6654be3ad7aaab30a2
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Jan 13 16:57:42 2022 +0100

    CAMEL-17137: Use strict cxf-version-range. Upgrade to CXF 3.4.5
---
 parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 0976494..74c3b7b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -134,9 +134,9 @@
         <corda-version>4.8</corda-version>
         <couchbase-client-version>3.1.4</couchbase-client-version>
         <curator-version>4.3.0</curator-version>
-        <cxf-version>3.4.4</cxf-version>
-        <cxf-version-range>[3.3,4.0)</cxf-version-range>
-        <cxf-codegen-plugin-version>3.4.4</cxf-codegen-plugin-version>
+        <cxf-version>3.4.5</cxf-version>
+        <cxf-version-range>[3.4,3.4]</cxf-version-range>
+        <cxf-codegen-plugin-version>3.4.5</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>