aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml/build.gradle
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2021-09-03 21:13:36 +0000
committerAndreas Beeker <kiwiwings@apache.org>2021-09-03 21:13:36 +0000
commitf63f3ff09d8bfc5afbbc60dde5053c14f407120b (patch)
tree1627d4c0cb01da9d033f7166aa2241755aadcd49 /poi-ooxml/build.gradle
parent1eace7a0c4f5cb4d6116a4f416f71fed1f69b6d0 (diff)
downloadpoi-f63f3ff09d8bfc5afbbc60dde5053c14f407120b.tar.gz
poi-f63f3ff09d8bfc5afbbc60dde5053c14f407120b.zip
update to release 5.1.0
fix ooxml-lite build git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892887 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml/build.gradle')
-rw-r--r--poi-ooxml/build.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle
index 1179633f17..92c816df93 100644
--- a/poi-ooxml/build.gradle
+++ b/poi-ooxml/build.gradle
@@ -70,15 +70,15 @@ dependencies {
}
testImplementation project(path:':poi', configuration:'tests')
testImplementation project(path:':poi-ooxml-lite-agent', configuration: 'archives')
- testImplementation 'org.xmlunit:xmlunit-core:2.8.0'
+ testImplementation 'org.xmlunit:xmlunit-core:2.8.2'
testImplementation 'org.reflections:reflections:0.9.12'
- testImplementation 'org.openjdk.jmh:jmh-core:1.26'
- testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.26'
- testImplementation 'com.google.guava:guava:30.0-jre'
+ testImplementation 'org.openjdk.jmh:jmh-core:1.32'
+ testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.32'
+ testImplementation 'com.google.guava:guava:30.1.1-jre'
// prevent slf4j warnings coming from xmlsec -> slf4j-api 1.7.31 dependency
// see https://logging.apache.org/log4j/2.x/log4j-slf4j-impl/
- testImplementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.14.1'
+ testImplementation "org.apache.logging.log4j:log4j-slf4j-impl:${log4jVersion}"
broken "org.apache.xmlgraphics:batik-script:${batikVersion}"