diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-11-05 19:14:51 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-11-05 19:14:51 +0000 |
commit | 613bf24ee7673e59f8bb39dd315ad3acc0c8a801 (patch) | |
tree | d5b111dc20e3bd1016b8ccb2866fb9455f6648fc /build.xml | |
parent | 5ba45570d6a2d087b3d71706e8c079f3b244020a (diff) | |
download | poi-613bf24ee7673e59f8bb39dd315ad3acc0c8a801.tar.gz poi-613bf24ee7673e59f8bb39dd315ad3acc0c8a801.zip |
xmlsec 3.0.5
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921786 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -295,7 +295,7 @@ under the License. <dependency prefix="main.antlauncher" artifact="org.apache.ant:ant-launcher:1.10.15" usage="excelant"/> <!-- xml signature libs - not part of the distribution --> - <dependency prefix="dsig.xmlsec" artifact="org.apache.santuario:xmlsec:3.0.4" usage="ooxml-provided"/> + <dependency prefix="dsig.xmlsec" artifact="org.apache.santuario:xmlsec:3.0.5" usage="ooxml-provided"/> <dependency prefix="dsig.bouncycastle-prov" artifact="org.bouncycastle:bcprov-jdk18on:1.79" usage="ooxml-provided"/> <dependency prefix="dsig.bouncycastle-pkix" artifact="org.bouncycastle:bcpkix-jdk18on:1.79" usage="ooxml-provided"/> <dependency prefix="dsig.bouncycastle-util" artifact="org.bouncycastle:bcutil-jdk18on:1.79" usage="ooxml-provided"/> |