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 3b55a182d Bump com.fasterxml.woodstox:woodstox-core from 6.6.0 to 6.6.1 3b55a182d is described below commit 3b55a182dab5b3b7f437e0c3225626fb0357e3de Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Feb 27 03:56:18 2024 +0000 Bump com.fasterxml.woodstox:woodstox-core from 6.6.0 to 6.6.1 Bumps [com.fasterxml.woodstox:woodstox-core](https://github.com/FasterXML/woodstox) from 6.6.0 to 6.6.1. - [Commits](https://github.com/FasterXML/woodstox/compare/woodstox-core-6.6.0...woodstox-core-6.6.1) --- updated-dependencies: - dependency-name: com.fasterxml.woodstox:woodstox-core dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 395235a65..76587d9e6 100644 --- a/pom.xml +++ b/pom.xml @@ -287,7 +287,7 @@ <dependency> <groupId>com.fasterxml.woodstox</groupId> <artifactId>woodstox-core</artifactId> - <version>6.6.0</version> + <version>6.6.1</version> </dependency> <dependency> <groupId>jaxen</groupId>