This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch DOXIA-602 in repository https://gitbox.apache.org/repos/asf/maven-doxia.git
commit e8234500916c42b5f2812743458c66fe57f9d7d5 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Thu Feb 6 12:40:48 2020 +0100 [DOXIA-602] Upgrade to XMLUnit 2.6.3 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0010918..7cf8bf6 100644 --- a/pom.xml +++ b/pom.xml @@ -181,13 +181,13 @@ under the License. <dependency> <groupId>org.xmlunit</groupId> <artifactId>xmlunit-core</artifactId> - <version>2.5.1</version> + <version>2.6.3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.xmlunit</groupId> <artifactId>xmlunit-matchers</artifactId> - <version>2.5.1</version> + <version>2.6.3</version> <scope>test</scope> </dependency>