aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2018-10-27 11:52:26 +0000
committerPJ Fanning <fanningpj@apache.org>2018-10-27 11:52:26 +0000
commitcc131eeab945f374729322f7e09ce31bce4dab05 (patch)
treeb1c103dbe293c4aac525e6d88f07d489f819cd6d /build.gradle
parentaf9142e4b744638fa448f81081a7cda1bc376576 (diff)
downloadpoi-cc131eeab945f374729322f7e09ce31bce4dab05.tar.gz
poi-cc131eeab945f374729322f7e09ce31bce4dab05.zip
update xmlbeans to 3.0.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844955 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 73dfa4b4aa..4a0f9a6e6f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -225,7 +225,7 @@ project('ooxml') {
compileJava.dependsOn 'ant-compile-ooxml-xsds'
dependencies {
- compile 'org.apache.xmlbeans:xmlbeans:3.0.1'
+ compile 'org.apache.xmlbeans:xmlbeans:3.0.2'
compile 'org.apache.commons:commons-collections4:4.2'
compile 'org.apache.commons:commons-math3:3.6.1'
compile 'org.apache.commons:commons-compress:1.18'