diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-01-26 12:59:23 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-01-26 12:59:23 +0000 |
commit | 1a81a559b6d87b6a67ec1d34ad5243de1c2100a0 (patch) | |
tree | 737e1f68b0c07aae97138b653a9b7e424c7d1370 /poi-ooxml/build.gradle | |
parent | a56a6ba924e5454c1a1a28262288916b1efe371e (diff) | |
download | poi-1a81a559b6d87b6a67ec1d34ad5243de1c2100a0.tar.gz poi-1a81a559b6d87b6a67ec1d34ad5243de1c2100a0.zip |
update test deps
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897504 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml/build.gradle')
-rw-r--r-- | poi-ooxml/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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' |