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-antrun-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 255c7ad Bump xmlunit from 2.6.4 to 2.7.0
255c7ad is described below
commit 255c7ad25f18c07ec6e70d75bd3bb93400b117f5
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Wed Aug 19 14:00:51 2020 +0200
Bump xmlunit from 2.6.4 to 2.7.0
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7076667..6c12da9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,13 +108,13 @@ under the License.
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
- <version>2.6.4</version>
+ <version>2.7.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-matchers</artifactId>
- <version>2.6.4</version>
+ <version>2.7.0</version>
<scope>test</scope>
</dependency>
</dependencies>