summaryrefslogtreecommitdiffstats
path: root/poi-ooxml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-06-28 19:52:52 +0000
committerPJ Fanning <fanningpj@apache.org>2021-06-28 19:52:52 +0000
commit17ff1ae0dba3ebfa279e36bba0ce603bd85d25fb (patch)
tree816389844fbbbdec27de560ca42f1c7ad40c9604 /poi-ooxml
parent132dbf936dde46e729e1e44cb8a783ef868b78f4 (diff)
downloadpoi-17ff1ae0dba3ebfa279e36bba0ce603bd85d25fb.tar.gz
poi-17ff1ae0dba3ebfa279e36bba0ce603bd85d25fb.zip
upgrade bouncycastle
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891116 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml')
-rw-r--r--poi-ooxml/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle
index 0c6668afd8..8800b475e6 100644
--- a/poi-ooxml/build.gradle
+++ b/poi-ooxml/build.gradle
@@ -52,6 +52,7 @@ dependencies {
api "org.apache.commons:commons-compress:${commonsCompressVersion}"
api 'org.apache.santuario:xmlsec:2.2.2'
api "org.bouncycastle:bcpkix-jdk15on:${bouncyCastleVersion}"
+ api "org.bouncycastle:bcutil-jdk15on:${bouncyCastleVersion}"
api 'com.github.virtuald:curvesapi:1.06'
implementation "org.apache.logging.log4j:log4j-api:${log4jVersion}"