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/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new e40679214e Bump com.fasterxml.woodstox:woodstox-core from 6.6.2 to 7.0.0 e40679214e is described below commit e40679214eee13c56881bd75450f761a86f3b61b Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Jun 24 13:17:57 2024 +0000 Bump com.fasterxml.woodstox:woodstox-core from 6.6.2 to 7.0.0 Bumps [com.fasterxml.woodstox:woodstox-core](https://github.com/FasterXML/woodstox) from 6.6.2 to 7.0.0. - [Commits](https://github.com/FasterXML/woodstox/compare/woodstox-core-6.6.2...woodstox-core-7.0.0) --- updated-dependencies: - dependency-name: com.fasterxml.woodstox:woodstox-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <supp...@github.com> --- modules/distribution/pom.xml | 2 +- modules/webapp/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index 378d23f0f5..9ad1ed0548 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -305,7 +305,7 @@ <dependency> <groupId>com.fasterxml.woodstox</groupId> <artifactId>woodstox-core</artifactId> - <version>6.6.2</version> + <version>7.0.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> diff --git a/modules/webapp/pom.xml b/modules/webapp/pom.xml index c99fc79fb1..d9aae11a3c 100644 --- a/modules/webapp/pom.xml +++ b/modules/webapp/pom.xml @@ -249,7 +249,7 @@ <dependency> <groupId>com.fasterxml.woodstox</groupId> <artifactId>woodstox-core</artifactId> - <version>6.6.2</version> + <version>7.0.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId>