diff options
author | PJ Fanning <fanningpj@apache.org> | 2019-03-22 23:24:35 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2019-03-22 23:24:35 +0000 |
commit | e2111d9d269adf5e0b8605b2438d06524a89cc35 (patch) | |
tree | 9d1d7759ab779613e18ea463e34523e25569f18f /build.gradle | |
parent | 905c53794c01cf28b801c1349046b433e3ead247 (diff) | |
download | poi-e2111d9d269adf5e0b8605b2438d06524a89cc35.tar.gz poi-e2111d9d269adf5e0b8605b2438d06524a89cc35.zip |
xmlbeans 3.1.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1856093 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 774073f2b3..ba088366d5 100644 --- a/build.gradle +++ b/build.gradle @@ -230,7 +230,7 @@ project('ooxml') { compileJava.dependsOn 'ant-compile-ooxml-xsds' dependencies { - compile 'org.apache.xmlbeans:xmlbeans:3.0.3' + compile 'org.apache.xmlbeans:xmlbeans:3.1.0' compile 'org.apache.commons:commons-collections4:4.3' compile 'org.apache.commons:commons-math3:3.6.1' compile 'org.apache.commons:commons-compress:1.18' |