You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2021/11/21 08:24:03 UTC

[logging-log4j2] branch release-2.x updated: Update xml-unit version

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

rgoers 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 24ec759  Update xml-unit version
24ec759 is described below

commit 24ec7593ae9bfa610d5ba07512ba9eea9fef7b0a
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sun Nov 21 01:23:53 2021 -0700

    Update xml-unit version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 67ba99b..5b891cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -255,7 +255,7 @@
     <junitVersion>4.13.2</junitVersion>
     <junitJupiterVersion>5.7.2</junitJupiterVersion>
     <mockitoVersion>3.11.2</mockitoVersion>
-    <xmlunitVersion>2.8.2</xmlunitVersion>
+    <xmlunitVersion>2.8.3</xmlunitVersion>
     <argLine>-Xms256m -Xmx1024m</argLine>
     <javaTargetVersion>1.8</javaTargetVersion>
     <module.name />