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/11/25 06:05:36 UTC

[camel-karaf] branch main updated: Upgrade stax2-api to 4.2.1 / Version 3.1.4 conflicting with cxf (#208)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 39716f45 Upgrade stax2-api to 4.2.1 / Version 3.1.4 conflicting with cxf (#208)
39716f45 is described below

commit 39716f453ca915bf613db54090a4f8f2a1ccda13
Author: donkon <bj...@gmail.com>
AuthorDate: Fri Nov 25 07:05:31 2022 +0100

    Upgrade stax2-api to 4.2.1 / Version 3.1.4 conflicting with cxf (#208)
    
    Co-authored-by: Björn Konrad <bj...@hr.de>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b1ef2c94..74e26f7b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -295,7 +295,7 @@
         <squareup-okhttp-bundle-version>2.7.5_1</squareup-okhttp-bundle-version>
         <squareup-okio-bundle-version>1.15.0_1</squareup-okio-bundle-version>
         <squareup-retrofit2-bundle-version>2.5.0_2</squareup-retrofit2-bundle-version>
-        <stax2-api-bundle-version>3.1.4</stax2-api-bundle-version>
+        <stax2-api-bundle-version>4.2.1</stax2-api-bundle-version>
         <stax2v4-api-bundle-version>4.2</stax2v4-api-bundle-version>
         <stringtemplate-bundle-version>4.3.4_1</stringtemplate-bundle-version>
         <tagsoup-bundle-version>1.2.1_1</tagsoup-bundle-version>