You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/10/24 11:58:50 UTC

[maven-antrun-plugin] 01/03: Bump xmlunit-matchers from 2.8.2 to 2.8.3

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch MANTRUN-227
in repository https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git

commit 77079e3aa4054e32204dedaa9a69bda6b65da792
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Oct 23 18:56:36 2021 +0200

    Bump xmlunit-matchers from 2.8.2 to 2.8.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5085d2a..85b3a07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,7 +116,7 @@ under the License.
     <dependency>
       <groupId>org.xmlunit</groupId>
       <artifactId>xmlunit-matchers</artifactId>
-      <version>2.8.2</version>
+      <version>2.8.3</version>
       <scope>test</scope>
     </dependency>
   </dependencies>