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 d0e8df962e Bump xmlunit.version from 2.9.1 to 2.10.0
d0e8df962e is described below
commit d0e8df962e4daff61865a0e24254795f6411d1aa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 29 13:42:02 2024 +0000
Bump xmlunit.version from 2.9.1 to 2.10.0
Bumps `xmlunit.version` from 2.9.1 to 2.10.0.
Updates `org.xmlunit:xmlunit-legacy` from 2.9.1 to 2.10.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.9.1...v2.10.0)
Updates `org.xmlunit:xmlunit-assertj3` from 2.9.1 to 2.10.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.9.1...v2.10.0)
---
updated-dependencies:
- dependency-name: org.xmlunit:xmlunit-legacy
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.xmlunit:xmlunit-assertj3
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 48a231a3cd..dda6505c04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -494,7 +494,7 @@
<spring.version>6.1.3</spring.version>
<wsdl4j.version>1.6.3</wsdl4j.version>
<xmlbeans.version>3.0.1</xmlbeans.version>
- <xmlunit.version>2.9.1</xmlunit.version>
+ <xmlunit.version>2.10.0</xmlunit.version>
<xml_resolver.version>1.2</xml_resolver.version>
<commons.cli.version>1.7.0</commons.cli.version>
<!-- The build failing if tests are skipped is very annoying -->