summaryrefslogtreecommitdiffstats
path: root/poi-excelant
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-excelant
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-excelant')
-rw-r--r--poi-excelant/build.gradle6
-rw-r--r--poi-excelant/src/test/java9/module-info.classbin422 -> 422 bytes
2 files changed, 3 insertions, 3 deletions
diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle
index e22a80f1f2..d8df08c117 100644
--- a/poi-excelant/build.gradle
+++ b/poi-excelant/build.gradle
@@ -35,7 +35,7 @@ sourceSets {
}
dependencies {
- api 'org.apache.ant:ant:1.10.9'
+ api 'org.apache.ant:ant:1.10.11'
api project(':poi-ooxml')
api project(path: ':poi-ooxml', configuration: 'archives')
@@ -45,8 +45,8 @@ dependencies {
testImplementation(project(path: ':poi-ooxml', configuration: 'tests')) {
exclude group: 'org.apache.poi', module: 'poi-scratchpad'
}
- testImplementation 'com.google.guava:guava:30.0-jre'
- testImplementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.14.1'
+ testImplementation 'com.google.guava:guava:30.1.1-jre'
+ testImplementation "org.apache.logging.log4j:log4j-slf4j-impl:${log4jVersion}"
}
final String MODULE_NAME = 'org.apache.poi.excelant'
diff --git a/poi-excelant/src/test/java9/module-info.class b/poi-excelant/src/test/java9/module-info.class
index 20d23dce88..53c59b85a3 100644
--- a/poi-excelant/src/test/java9/module-info.class
+++ b/poi-excelant/src/test/java9/module-info.class
Binary files differ