diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-10-19 15:18:55 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-10-19 15:18:55 +0000 |
commit | 8759103c94de1d645d47b53613eb4bed41ee0229 (patch) | |
tree | 9e8d53fb410fbd019e99e0d2ff47989c5174eda6 /poi-ooxml | |
parent | cf440d3c77c014981d100178ac5088c470c4a4e8 (diff) | |
download | poi-8759103c94de1d645d47b53613eb4bed41ee0229.tar.gz poi-8759103c94de1d645d47b53613eb4bed41ee0229.zip |
xmlsec 3.0.3
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1913122 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml')
-rw-r--r-- | poi-ooxml/build.gradle | 4 | ||||
-rw-r--r-- | poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle index 9b4bd4a09c..0211ccdf22 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.2' + signingImplementation 'org.apache.santuario:xmlsec:3.0.3' signingImplementation "org.bouncycastle:bcpkix-jdk18on:${bouncyCastleVersion}" signingImplementation "org.bouncycastle:bcutil-jdk18on:${bouncyCastleVersion}" - rendersignImplementation 'org.apache.santuario:xmlsec:3.0.2' + rendersignImplementation 'org.apache.santuario:xmlsec:3.0.3' rendersignImplementation "org.bouncycastle:bcpkix-jdk18on:${bouncyCastleVersion}" rendersignImplementation "org.bouncycastle:bcutil-jdk18on:${bouncyCastleVersion}" diff --git a/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java b/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java index b513c15ef9..88938a93b8 100644 --- a/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java +++ b/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java @@ -154,8 +154,8 @@ import org.w3c.dom.events.MutationEvent; * in the classpath:</p> * <ul> * <li>BouncyCastle bcpkix and bcprov (tested against 1.76)</li> - * <li>Apache Santuario "xmlsec" (tested against 3.0.2)</li> - * <li>and log4j-api (tested against 2.20.x)</li> + * <li>Apache Santuario "xmlsec" (tested against 4.0.0)</li> + * <li>and log4j-api (tested against 2.21.x)</li> * </ul> */ public class SignatureInfo { |