From 3a7544b1690712a5b687f225b11cf1415499d8ef Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 17 Dec 2021 13:52:18 +0000 Subject: [PATCH] upgrade xmlunit git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896099 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 2 +- poi-ooxml/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index a42ec5ad9d..6dbf8a614e 100644 --- a/build.xml +++ b/build.xml @@ -283,7 +283,7 @@ under the License. - + diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle index 0411970d1d..2ed0eadf4b 100644 --- a/poi-ooxml/build.gradle +++ b/poi-ooxml/build.gradle @@ -132,7 +132,7 @@ dependencies { testImplementation project(path:':poi', configuration:'tests') testImplementation project(path:':poi-ooxml-lite-agent', configuration: 'archives') testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}" - testImplementation 'org.xmlunit:xmlunit-core:2.8.3' + testImplementation 'org.xmlunit:xmlunit-core:2.8.4' testImplementation 'org.reflections:reflections:0.10.2' testImplementation 'org.openjdk.jmh:jmh-core:1.33' testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.33'