diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-02-13 14:49:40 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-02-13 14:49:40 +0000 |
commit | 79a9cf36926d3c6f634768fc0fb0895ebe8c87b0 (patch) | |
tree | 25e71f979e8809e60eb59cc8d43cd1cff4d72728 /build.gradle | |
parent | 25dc09b0419cc9987b3c74316ac8c293b3204568 (diff) | |
download | poi-79a9cf36926d3c6f634768fc0fb0895ebe8c87b0.tar.gz poi-79a9cf36926d3c6f634768fc0fb0895ebe8c87b0.zip |
batik 1.14
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886491 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 6a09be92d8..7e07fa11eb 100644 --- a/build.gradle +++ b/build.gradle @@ -110,7 +110,7 @@ subprojects { version = '5.0.1-SNAPSHOT' ext { - bouncyCastleVersion = '1.67' + bouncyCastleVersion = '1.68' commonsCodecVersion = '1.15' commonsCompressVersion = '1.20' commonsMathVersion = '3.6.1' @@ -311,7 +311,7 @@ project('ooxml') { compile 'com.zaxxer:SparseBitSet:1.2' // compile only, don't add it to our dist as it blows up the size - compile 'org.apache.xmlgraphics:batik-all:1.13' + compile 'org.apache.xmlgraphics:batik-all:1.14' compile 'xml-apis:xml-apis-ext:1.3.04' compile 'org.apache.xmlgraphics:xmlgraphics-commons:2.4' |