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 605fae4c0 Bump com.fasterxml.woodstox:woodstox-core from 7.2.0 to 7.2.1
605fae4c0 is described below
commit 605fae4c0bdd9644a45e04b24c2877685264fa0a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 9 03:54:07 2026 +0000
Bump com.fasterxml.woodstox:woodstox-core from 7.2.0 to 7.2.1
Bumps
[com.fasterxml.woodstox:woodstox-core](https://github.com/FasterXML/woodstox)
from 7.2.0 to 7.2.1.
-
[Commits](https://github.com/FasterXML/woodstox/compare/woodstox-core-7.2.0...woodstox-core-7.2.1)
---
updated-dependencies:
- dependency-name: com.fasterxml.woodstox:woodstox-core
dependency-version: 7.2.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 b685404b6..4142070c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -313,7 +313,7 @@
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
- <version>7.2.0</version>
+ <version>7.2.1</version>
</dependency>
<dependency>
<groupId>jaxen</groupId>