aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-05-13 00:00:41 +0000
committerPJ Fanning <fanningpj@apache.org>2021-05-13 00:00:41 +0000
commitb3212152e6496ba29cafae3cbb078e1836ded656 (patch)
treeb70dd1466e4b4d4414fa392522ed0bd9eee0d81c /build.xml
parent33bfe37c0b1583c5e7ee79b938ce9cff28a9e634 (diff)
downloadpoi-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
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 51cf06bdd7..285078486c 100644
--- a/build.xml
+++ b/build.xml
@@ -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 -->