diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-01-11 14:11:02 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-01-11 14:11:02 +0000 |
commit | 02f4a07a97ed2101b5e0b592b373036bf47028d0 (patch) | |
tree | 1cc3fc0488ff73f8abde04fc30c762ca2ca5128e /poi-ooxml | |
parent | 46f45c2d0a66c5f3bd440b0f48fef5be0c6427ff (diff) | |
download | poi-02f4a07a97ed2101b5e0b592b373036bf47028d0.tar.gz poi-02f4a07a97ed2101b5e0b592b373036bf47028d0.zip |
xmlunit 2.9.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906601 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml')
-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 2c3cb9199c..75808796ef 100644 --- a/poi-ooxml/build.gradle +++ b/poi-ooxml/build.gradle @@ -114,7 +114,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.9.0' + testImplementation 'org.xmlunit:xmlunit-core:2.9.1' testImplementation 'org.reflections:reflections:0.10.2' testImplementation 'org.openjdk.jmh:jmh-core:1.36' testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.36' |