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 0d162f3  CAMEL-17137: Use strict cxf-version-range. Upgrade to CXF 
3.4.5
0d162f3 is described below

commit 0d162f3215e52a07e90570952d165b462d99b989
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Jan 13 18:40:55 2022 +0100

    CAMEL-17137: Use strict cxf-version-range. Upgrade to CXF 3.4.5
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index de5d4f4..8b5115e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -143,7 +143,7 @@
         <couchbase-client-version>3.2.0</couchbase-client-version>
         <curator-version>4.3.0</curator-version>
         <cxf-version>3.4.5</cxf-version>
-        <cxf-version-range>[3.4,4.0)</cxf-version-range>
+        <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>

Reply via email to