This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push: new 33366e7dac [MNG-8353] Bump com.fasterxml.woodstox:woodstox-core from 7.0.0 to 7.1.0 (#1834) 33366e7dac is described below commit 33366e7dac247ea87bcb3fd7ea3eccb633f515d4 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Oct 24 13:59:55 2024 +0200 [MNG-8353] Bump com.fasterxml.woodstox:woodstox-core from 7.0.0 to 7.1.0 (#1834) Bumps [com.fasterxml.woodstox:woodstox-core](https://github.com/FasterXML/woodstox) from 7.0.0 to 7.1.0. - [Commits](https://github.com/FasterXML/woodstox/compare/woodstox-core-7.0.0...woodstox-core-7.1.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 54c8d92fd6..32345e494b 100644 --- a/pom.xml +++ b/pom.xml @@ -187,7 +187,7 @@ under the License. <slf4jVersion>2.0.16</slf4jVersion> <stax2ApiVersion>4.2.2</stax2ApiVersion> <wagonVersion>3.5.3</wagonVersion> - <woodstoxVersion>7.0.0</woodstoxVersion> + <woodstoxVersion>7.1.0</woodstoxVersion> <xmlunitVersion>2.10.0</xmlunitVersion> </properties>