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 c5a5b6621 Bump org.codehaus.woodstox:stax2-api from 4.2.2 to 4.3.0
c5a5b6621 is described below
commit c5a5b66217a24d1a080da00f83c54f54f600be4e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 1 03:54:02 2026 +0000
Bump org.codehaus.woodstox:stax2-api from 4.2.2 to 4.3.0
Bumps
[org.codehaus.woodstox:stax2-api](https://github.com/FasterXML/stax2-api) from
4.2.2 to 4.3.0.
-
[Commits](https://github.com/FasterXML/stax2-api/compare/stax2-api-4.2.2...stax2-api-4.3.0)
---
updated-dependencies:
- dependency-name: org.codehaus.woodstox:stax2-api
dependency-version: 4.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5bad65d7b..ebe2d317f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -385,7 +385,7 @@
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>stax2-api</artifactId>
- <version>4.2.2</version>
+ <version>4.3.0</version>
<exclusions>
<exclusion>
<groupId>javax.xml.stream</groupId>