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 f73e6bc88 Bump com.fasterxml.woodstox:woodstox-core from 6.5.1 to 6.6.0 f73e6bc88 is described below commit f73e6bc88beb31f4965f8862da0d4231bdbb5ae4 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Jan 17 03:47:51 2024 +0000 Bump com.fasterxml.woodstox:woodstox-core from 6.5.1 to 6.6.0 Bumps [com.fasterxml.woodstox:woodstox-core](https://github.com/FasterXML/woodstox) from 6.5.1 to 6.6.0. - [Commits](https://github.com/FasterXML/woodstox/compare/woodstox-core-6.5.1...woodstox-core-6.6.0) --- updated-dependencies: - dependency-name: com.fasterxml.woodstox:woodstox-core dependency-type: direct:development update-type: version-update:semver-minor ... 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 c1f065c8f..b8d7410e4 100644 --- a/pom.xml +++ b/pom.xml @@ -287,7 +287,7 @@ <dependency> <groupId>com.fasterxml.woodstox</groupId> <artifactId>woodstox-core</artifactId> - <version>6.5.1</version> + <version>6.6.0</version> </dependency> <dependency> <groupId>jaxen</groupId>