aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-11-30 08:39:07 +0000
committerPJ Fanning <fanningpj@apache.org>2023-11-30 08:39:07 +0000
commit9e1e675fc30198b71c093b663a8ab8e6debb62b5 (patch)
treef8c196845ebb0cf0acb1cf4581432ef1013b1cb3 /poi-ooxml
parentba8438376474b267067d9bd4135d58bf841c5c1a (diff)
downloadpoi-9e1e675fc30198b71c093b663a8ab8e6debb62b5.tar.gz
poi-9e1e675fc30198b71c093b663a8ab8e6debb62b5.zip
try xmlsec 4.0.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914228 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml')
-rw-r--r--poi-ooxml/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle
index 0211ccdf22..34679dfb1f 100644
--- a/poi-ooxml/build.gradle
+++ b/poi-ooxml/build.gradle
@@ -66,11 +66,11 @@ dependencies {
api "org.apache.logging.log4j:log4j-api:${log4jVersion}"
api 'org.apache.commons:commons-collections4:4.4'
- signingImplementation 'org.apache.santuario:xmlsec:3.0.3'
+ signingImplementation 'org.apache.santuario:xmlsec:4.0.1'
signingImplementation "org.bouncycastle:bcpkix-jdk18on:${bouncyCastleVersion}"
signingImplementation "org.bouncycastle:bcutil-jdk18on:${bouncyCastleVersion}"
- rendersignImplementation 'org.apache.santuario:xmlsec:3.0.3'
+ rendersignImplementation 'org.apache.santuario:xmlsec:4.0.1'
rendersignImplementation "org.bouncycastle:bcpkix-jdk18on:${bouncyCastleVersion}"
rendersignImplementation "org.bouncycastle:bcutil-jdk18on:${bouncyCastleVersion}"