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-doxia.git


The following commit(s) were added to refs/heads/master by this push:
     new 851f8c1b Bump xmlunitVersion from 2.10.2 to 2.10.3
851f8c1b is described below

commit 851f8c1b78b4f4dc87165a82b6a7a6af7c621b49
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 20 12:57:10 2025 +0000

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

diff --git a/pom.xml b/pom.xml
index f339d5b2..23b51a08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@ under the License.
     
<checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,MethodName,InnerAssignment,MagicNumber</checkstyle.violation.ignore>
     
<project.build.outputTimestamp>2024-10-20T15:01:56Z</project.build.outputTimestamp>
     <slf4jVersion>1.7.36</slf4jVersion>
-    <xmlunitVersion>2.10.2</xmlunitVersion>
+    <xmlunitVersion>2.10.3</xmlunitVersion>
   </properties>
 
   <dependencyManagement>

Reply via email to