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

sjaranowski pushed a commit to branch maven-3.9.x
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/maven-3.9.x by this push:
     new c2acc2fe7d [MNG-8745] Bump xmlunitVersion from 2.10.1 to 2.10.2 (#2389)
c2acc2fe7d is described below

commit c2acc2fe7dbdf7ccab174cf7475ffe498c69baac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 29 23:05:45 2025 +0200

    [MNG-8745] Bump xmlunitVersion from 2.10.1 to 2.10.2 (#2389)
    
    Bumps `xmlunitVersion` from 2.10.1 to 2.10.2.
    
    Updates `org.xmlunit:xmlunit-core` from 2.10.1 to 2.10.2
    - [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.10.1...v2.10.2)
    
    Updates `org.xmlunit:xmlunit-matchers` from 2.10.1 to 2.10.2
    - [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.10.1...v2.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.xmlunit:xmlunit-core
      dependency-version: 2.10.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.xmlunit:xmlunit-matchers
      dependency-version: 2.10.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c98c695633..2976f48fa0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,7 @@ under the License.
     <jxpathVersion>1.4.0</jxpathVersion>
     <resolverVersion>1.9.23</resolverVersion>
     <slf4jVersion>1.7.36</slf4jVersion>
-    <xmlunitVersion>2.10.1</xmlunitVersion>
+    <xmlunitVersion>2.10.2</xmlunitVersion>
     <powermockVersion>2.0.9</powermockVersion>
     
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
     <!-- Control the name of the distribution and information output by mvn -->

Reply via email to