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/12/13 18:03:27 UTC

[camel] branch main updated: Upgrade woodstox-core to 6.4.0 (#8893)

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.git


The following commit(s) were added to refs/heads/main by this push:
     new c21e7cca99d Upgrade woodstox-core to 6.4.0 (#8893)
c21e7cca99d is described below

commit c21e7cca99da7440bdd765062093fa13ac179cf5
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Tue Dec 13 13:03:18 2022 -0500

    Upgrade woodstox-core to 6.4.0 (#8893)
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 259468c3bd7..d07725b591c 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -552,7 +552,7 @@
     <weld3-version>3.1.8.Final</weld3-version>
     <wildfly-elytron>1.15.4.Final</wildfly-elytron>
     <wiremock-version>2.32.0</wiremock-version>
-    <woodstox-core-version>6.3.1</woodstox-core-version>
+    <woodstox-core-version>6.4.0</woodstox-core-version>
     <woodstox-version>4.4.1</woodstox-version>
     <xbean-asm5-shaded-version>4.5</xbean-asm5-shaded-version>
     <xbean-spring-version>4.21</xbean-spring-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index e0c297e347c..015b8ffbd12 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -540,7 +540,7 @@
         <wildfly-elytron>1.15.4.Final</wildfly-elytron>
         <wiremock-version>2.32.0</wiremock-version>
         <woodstox-version>4.4.1</woodstox-version>
-        <woodstox-core-version>6.3.1</woodstox-core-version>
+        <woodstox-core-version>6.4.0</woodstox-core-version>
         <xbean-spring-version>4.21</xbean-spring-version>
         <xbean-asm5-shaded-version>4.5</xbean-asm5-shaded-version>
         <xchange-version>5.0.14</xchange-version>