diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-05-13 00:00:41 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-05-13 00:00:41 +0000 |
commit | b3212152e6496ba29cafae3cbb078e1836ded656 (patch) | |
tree | b70dd1466e4b4d4414fa392522ed0bd9eee0d81c | |
parent | 33bfe37c0b1583c5e7ee79b938ce9cff28a9e634 (diff) | |
download | poi-b3212152e6496ba29cafae3cbb078e1836ded656.tar.gz poi-b3212152e6496ba29cafae3cbb078e1836ded656.zip |
xmlsec 2.2.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889816 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.xml | 2 | ||||
-rw-r--r-- | maven/poi-ooxml.pom | 2 | ||||
-rw-r--r-- | poi-ooxml/build.gradle | 2 | ||||
-rw-r--r-- | sonar/ooxml/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -294,7 +294,7 @@ under the License. <dependency prefix="main.antlauncher" artifact="org.apache.ant:ant-launcher:1.10.9" usage="excelant"/> <!-- xml signature libs - not part of the distribution --> - <dependency prefix="dsig.xmlsec" artifact="org.apache.santuario:xmlsec:2.2.1" usage="ooxml-provided"/> + <dependency prefix="dsig.xmlsec" artifact="org.apache.santuario:xmlsec:2.2.2" usage="ooxml-provided"/> <dependency prefix="dsig.bouncycastle-prov" artifact="org.bouncycastle:bcprov-jdk15on:1.68" usage="ooxml-provided"/> <dependency prefix="dsig.bouncycastle-pkix" artifact="org.bouncycastle:bcpkix-jdk15on:1.68" usage="ooxml-provided"/> <!-- only used for signing the release - not used with the ooxml signatures --> diff --git a/maven/poi-ooxml.pom b/maven/poi-ooxml.pom index d1f040d436..f9b32c20de 100644 --- a/maven/poi-ooxml.pom +++ b/maven/poi-ooxml.pom @@ -89,7 +89,7 @@ <dependency> <groupId>org.apache.santuario</groupId> <artifactId>xmlsec</artifactId> - <version>2.2.1</version> + <version>2.2.2</version> </dependency> <dependency> <groupId>org.apache.xmlgraphics</groupId> diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle index 69884f7221..e801ed89aa 100644 --- a/poi-ooxml/build.gradle +++ b/poi-ooxml/build.gradle @@ -62,7 +62,7 @@ dependencies { implementation 'org.apache.commons:commons-collections4:4.4' api "org.apache.commons:commons-compress:${commonsCompressVersion}" - api 'org.apache.santuario:xmlsec:2.2.1' + api 'org.apache.santuario:xmlsec:2.2.2' api "org.bouncycastle:bcpkix-jdk15on:${bouncyCastleVersion}" api 'com.github.virtuald:curvesapi:1.06' implementation "org.apache.logging.log4j:log4j-api:${log4jVersion}" diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml index 83845c591e..ed947471c9 100644 --- a/sonar/ooxml/pom.xml +++ b/sonar/ooxml/pom.xml @@ -139,7 +139,7 @@ <dependency> <groupId>org.apache.santuario</groupId> <artifactId>xmlsec</artifactId> - <version>2.2.1</version> + <version>2.2.2</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> |