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 b4fe767 Bump xmlunit-legacy from 2.8.2 to 2.8.3
b4fe767 is described below
commit b4fe7676132b0959e71beaf1b86205e06e0b22ab
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 21 13:45:19 2021 +0000
Bump xmlunit-legacy from 2.8.2 to 2.8.3
Bumps [xmlunit-legacy](https://github.com/xmlunit/xmlunit) from 2.8.2 to
2.8.3.
- [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.8.2...v2.8.3)
---
updated-dependencies:
- dependency-name: org.xmlunit:xmlunit-legacy
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 4335a13..43e42f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -878,7 +878,7 @@
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-legacy</artifactId>
- <version>2.8.2</version>
+ <version>2.8.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>