From: PJ Fanning Date: Wed, 26 Jan 2022 12:59:23 +0000 (+0000) Subject: update test deps X-Git-Tag: REL_5_2_1~145 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1a81a559b6d87b6a67ec1d34ad5243de1c2100a0;p=poi.git update test deps git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897504 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.gradle b/build.gradle index ec7a639e47..7a0bf47b2a 100644 --- a/build.gradle +++ b/build.gradle @@ -120,7 +120,7 @@ subprojects { commonsMathVersion = '3.6.1' junitVersion = '5.8.2' log4jVersion = '2.17.1' - mockitoVersion = '4.3.0' + mockitoVersion = '4.3.1' hamcrestVersion = '2.2' xmlbeansVersion = '5.0.3' batikVersion = '1.14' diff --git a/build.xml b/build.xml index d92f77f010..4f1cc8c9e5 100644 --- a/build.xml +++ b/build.xml @@ -283,8 +283,8 @@ under the License. - - + + diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle index 9d4adcf27d..d2df3b00af 100644 --- a/poi-ooxml/build.gradle +++ b/poi-ooxml/build.gradle @@ -134,7 +134,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.4' + testImplementation 'org.xmlunit:xmlunit-core:2.9.0' testImplementation 'org.reflections:reflections:0.10.2' testImplementation 'org.openjdk.jmh:jmh-core:1.34' testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.34'