diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2021-11-03 00:00:21 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2021-11-03 00:00:21 +0000 |
commit | f2f4ea44b6a5406704fb69c04911e6c7e34b854a (patch) | |
tree | f0fc75af53e69260a2350d641f9f31dcc32552b6 /poi-ooxml/build.gradle | |
parent | 1c184f49d0b27614936e63d25e3d7a458b4dfea9 (diff) | |
download | poi-f2f4ea44b6a5406704fb69c04911e6c7e34b854a.tar.gz poi-f2f4ea44b6a5406704fb69c04911e6c7e34b854a.zip |
#65668 - upgrade to xmlsec 2.3.0 - make secure validation configurable
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894701 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml/build.gradle')
-rw-r--r-- | poi-ooxml/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle index d0fd2cae63..412880b609 100644 --- a/poi-ooxml/build.gradle +++ b/poi-ooxml/build.gradle @@ -74,11 +74,11 @@ dependencies { api "org.apache.logging.log4j:log4j-api:${log4jVersion}" api 'org.apache.commons:commons-collections4:4.4' - signingImplementation 'org.apache.santuario:xmlsec:2.2.3' + signingImplementation 'org.apache.santuario:xmlsec:2.3.0' signingImplementation "org.bouncycastle:bcpkix-jdk15on:${bouncyCastleVersion}" signingImplementation "org.bouncycastle:bcutil-jdk15on:${bouncyCastleVersion}" - rendersignImplementation 'org.apache.santuario:xmlsec:2.2.3' + rendersignImplementation 'org.apache.santuario:xmlsec:2.3.0' rendersignImplementation "org.bouncycastle:bcpkix-jdk15on:${bouncyCastleVersion}" rendersignImplementation "org.bouncycastle:bcutil-jdk15on:${bouncyCastleVersion}" |