This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push: new 67545431a Update Woodstox to the latest version of the 6.x series 67545431a is described below commit 67545431afaa8235e7f8bc902f772253d33529a9 Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Mon Sep 9 21:02:12 2024 +0000 Update Woodstox to the latest version of the 6.x series --- pom.xml | 2 +- testing/jaxp-testsuite/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4137c6d55..6a0fe112e 100644 --- a/pom.xml +++ b/pom.xml @@ -288,7 +288,7 @@ <dependency> <groupId>com.fasterxml.woodstox</groupId> <artifactId>woodstox-core</artifactId> - <version>6.6.1</version> + <version>6.7.0</version> </dependency> <dependency> <groupId>jaxen</groupId> diff --git a/testing/jaxp-testsuite/pom.xml b/testing/jaxp-testsuite/pom.xml index b6f34ff3a..644464484 100644 --- a/testing/jaxp-testsuite/pom.xml +++ b/testing/jaxp-testsuite/pom.xml @@ -112,7 +112,7 @@ <artifactItem> <groupId>com.fasterxml.woodstox</groupId> <artifactId>woodstox-core</artifactId> - <version>6.2.6</version> + <version>6.7.0</version> </artifactItem> <artifactItem> <groupId>com.sun.xml.stream</groupId>