This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new bf2ade2 Bump org.xmlunit:xmlunit-legacy from 2.10.3 to 2.11.0
bf2ade2 is described below
commit bf2ade21243f331f06367400983d9a5dac05016a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 27 04:07:54 2025 +0000
Bump org.xmlunit:xmlunit-legacy from 2.10.3 to 2.11.0
Bumps [org.xmlunit:xmlunit-legacy](https://github.com/xmlunit/xmlunit) from
2.10.3 to 2.11.0.
- [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.3...v2.11.0)
---
updated-dependencies:
- dependency-name: org.xmlunit:xmlunit-legacy
dependency-version: 2.11.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8c43344..8ca9a02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -201,7 +201,7 @@
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-legacy</artifactId>
- <version>2.10.3</version>
+ <version>2.11.0</version>
<scope>test</scope>
</dependency>
<dependency>