diff options
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' |