You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2022/02/02 16:03:10 UTC

[logging-log4j2] branch release-2.x updated: Bump xmlunitVersion from 2.8.4 to 2.9.0 (#738)

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

vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 50ff05a  Bump xmlunitVersion from 2.8.4 to 2.9.0 (#738)
50ff05a is described below

commit 50ff05ae95fbf5cf271fd6bcf64e6101712c6025
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 2 17:03:02 2022 +0100

    Bump xmlunitVersion from 2.8.4 to 2.9.0 (#738)
    
    Bumps `xmlunitVersion` from 2.8.4 to 2.9.0.
    
    Updates `xmlunit-core` from 2.8.4 to 2.9.0
    - [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.4...v2.9.0)
    
    Updates `xmlunit-matchers` from 2.8.4 to 2.9.0
    - [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.4...v2.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.xmlunit:xmlunit-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.xmlunit:xmlunit-matchers
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    Co-authored-by: Volkan Yazıcı <vo...@yazi.ci>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ca0728b..2b832b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -291,7 +291,7 @@
     <junitVersion>4.13.2</junitVersion>
     <junitJupiterVersion>5.8.2</junitJupiterVersion>
     <mockitoVersion>4.3.1</mockitoVersion>
-    <xmlunitVersion>2.8.4</xmlunitVersion>
+    <xmlunitVersion>2.9.0</xmlunitVersion>
     <argLine>-Xms256m -Xmx1024m</argLine>
     <javaTargetVersion>1.8</javaTargetVersion>
     <module.name />