summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2020-03-18 21:06:09 +0000
committerAndreas Beeker <kiwiwings@apache.org>2020-03-18 21:06:09 +0000
commit88f9cf3ddba808b3c51f334d07f8656e4a7dd192 (patch)
treed810db59af855da71f9f3959dd19db4f575b4a9e /build.gradle
parenta54394de7c31dfdfde7c2da67c101c9b526e73ba (diff)
downloadpoi-88f9cf3ddba808b3c51f334d07f8656e4a7dd192.tar.gz
poi-88f9cf3ddba808b3c51f334d07f8656e4a7dd192.zip
#63712 - upgrading xmlsec causes junit tests to fail
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1875392 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 5f0123386e..1f471d3e26 100644
--- a/build.gradle
+++ b/build.gradle
@@ -241,7 +241,7 @@ project('ooxml') {
compile 'org.apache.commons:commons-collections4:4.4'
compile "org.apache.commons:commons-math3:${commonsMathVersion}"
compile "org.apache.commons:commons-compress:${commonsCompressVersion}"
- compile 'org.apache.santuario:xmlsec:2.1.2'
+ compile 'org.apache.santuario:xmlsec:2.1.5'
compile "org.bouncycastle:bcpkix-jdk15on:${bouncyCastleVersion}"
compile 'com.github.virtuald:curvesapi:1.06'
compile 'com.zaxxer:SparseBitSet:1.2'