This is an automated email from the ASF dual-hosted git repository. mbuenger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-archetype.git
The following commit(s) were added to refs/heads/master by this push: new df942114 Bump org.xmlunit:xmlunit-matchers from 2.10.0 to 2.10.2 (#275) df942114 is described below commit df94211422e72fbf371c392984c0c9a21c56aeb4 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sat May 24 06:26:07 2025 +0200 Bump org.xmlunit:xmlunit-matchers from 2.10.0 to 2.10.2 (#275) Bumps [org.xmlunit:xmlunit-matchers](https://github.com/xmlunit/xmlunit) from 2.10.0 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.0...v2.10.2) --- updated-dependencies: - dependency-name: org.xmlunit:xmlunit-matchers dependency-version: 2.10.2 dependency-type: direct:development 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 16b67931..3196edd2 100644 --- a/pom.xml +++ b/pom.xml @@ -211,7 +211,7 @@ <dependency> <groupId>org.xmlunit</groupId> <artifactId>xmlunit-matchers</artifactId> - <version>2.10.0</version> + <version>2.10.2</version> </dependency> </dependencies> </dependencyManagement>