aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
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 /build.xml
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 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 8d86f920e2..fc24a3ddf4 100644
--- a/build.xml
+++ b/build.xml
@@ -295,7 +295,7 @@ under the License.
<dependency prefix="main.antlauncher" artifact="org.apache.ant:ant-launcher:1.10.14" usage="excelant"/>
<!-- xml signature libs - not part of the distribution -->
- <dependency prefix="dsig.xmlsec" artifact="org.apache.santuario:xmlsec:3.0.3" usage="ooxml-provided"/>
+ <dependency prefix="dsig.xmlsec" artifact="org.apache.santuario:xmlsec:4.0.1" usage="ooxml-provided"/>
<dependency prefix="dsig.bouncycastle-prov" artifact="org.bouncycastle:bcprov-jdk18on:1.77" usage="ooxml-provided"/>
<dependency prefix="dsig.bouncycastle-pkix" artifact="org.bouncycastle:bcpkix-jdk18on:1.77" usage="ooxml-provided"/>
<dependency prefix="dsig.bouncycastle-util" artifact="org.bouncycastle:bcutil-jdk18on:1.77" usage="ooxml-provided"/>