This is an automated email from the ASF dual-hosted git repository. sjaranowski 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 5d8fe27c83 [MNG-8737] Bump xmlunitVersion from 2.10.1 to 2.10.2 (#2391) 5d8fe27c83 is described below commit 5d8fe27c831010e7e9af0c358db32469ed9b4f38 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu May 29 23:08:15 2025 +0200 [MNG-8737] Bump xmlunitVersion from 2.10.1 to 2.10.2 (#2391) Bumps `xmlunitVersion` from 2.10.1 to 2.10.2. Updates `org.xmlunit:xmlunit-assertj` from 2.10.1 to 2.10.2 - [Release notes](https://github.com/xmlunit/xmlunit/releases) - [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md) - [Commits](https://github.com/xmlunit/xmlunit/compare/v2.10.1...v2.10.2) Updates `org.xmlunit:xmlunit-core` from 2.10.1 to 2.10.2 - [Release notes](https://github.com/xmlunit/xmlunit/releases) - [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md) - [Commits](https://github.com/xmlunit/xmlunit/compare/v2.10.1...v2.10.2) Updates `org.xmlunit:xmlunit-matchers` from 2.10.1 to 2.10.2 - [Release notes](https://github.com/xmlunit/xmlunit/releases) - [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md) - [Commits](https://github.com/xmlunit/xmlunit/compare/v2.10.1...v2.10.2) --- updated-dependencies: - dependency-name: org.xmlunit:xmlunit-assertj dependency-version: 2.10.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.xmlunit:xmlunit-core dependency-version: 2.10.2 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.xmlunit:xmlunit-matchers dependency-version: 2.10.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 c7d7511e85..13ccdecc91 100644 --- a/pom.xml +++ b/pom.xml @@ -169,7 +169,7 @@ under the License. <stax2ApiVersion>4.2.2</stax2ApiVersion> <wagonVersion>3.5.3</wagonVersion> <woodstoxVersion>7.1.0</woodstoxVersion> - <xmlunitVersion>2.10.1</xmlunitVersion> + <xmlunitVersion>2.10.2</xmlunitVersion> <jacocoArgLine /> </properties>