You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2023/07/05 08:06:12 UTC

[camel] branch main updated: Upgrade woodstox-core to 6.5.1

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

jamesnetherton 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 a208b2b3a61 Upgrade woodstox-core to 6.5.1
a208b2b3a61 is described below

commit a208b2b3a61286c8b8264fc8dee41797e882e4dc
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Jul 5 08:24:18 2023 +0100

    Upgrade woodstox-core to 6.5.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 2c842760553..068c9e694b4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -476,7 +476,7 @@
         <wildfly-elytron>1.20.4.Final</wildfly-elytron>
         <wiremock-version>3.0.0-beta-9</wiremock-version>
         <woodstox-version>4.4.1</woodstox-version>
-        <woodstox-core-version>6.4.0</woodstox-core-version>
+        <woodstox-core-version>6.5.1</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>