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/19 16:02:57 UTC

[maven-antrun-plugin] branch master updated: Bump xmlunit-core 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 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 a299d8b  Bump xmlunit-core from 2.8.2 to 2.8.3
a299d8b is described below

commit a299d8bd9d4559847d71e8cfb7ddea204599e67e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Oct 19 14:08:11 2021 +0000

    Bump xmlunit-core from 2.8.2 to 2.8.3
    
    Bumps [xmlunit-core](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-core
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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