diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-04-05 07:49:51 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-04-05 07:49:51 +0000 |
commit | e3605e8096044443927dd39e6ef9a5696c1697f0 (patch) | |
tree | a6e61240b09fd8f96726a5a94a555a18f7ec6efa /build.xml | |
parent | 155b4ea094e1531675e267398cc59e88d4324fd6 (diff) | |
download | poi-e3605e8096044443927dd39e6ef9a5696c1697f0.tar.gz poi-e3605e8096044443927dd39e6ef9a5696c1697f0.zip |
saxon 11.5
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908982 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2620,7 +2620,7 @@ under the License. <dependency prefix="spotbugs.log4j-api" artifact="org.apache.logging.log4j:log4j-api:2.17.2" usage="${spotbugs.lib}"/> <dependency prefix="spotbugs.log4j-core" artifact="org.apache.logging.log4j:log4j-core:2.17.2" usage="${spotbugs.lib}"/> <dependency prefix="spotbugs.log4j-slf4j18-impl" artifact="org.apache.logging.log4j:log4j-slf4j18-impl:2.17.2" usage="${spotbugs.lib}"/> - <dependency prefix="spotbugs.saxon" artifact="net.sf.saxon:Saxon-HE:11.4" usage="${spotbugs.lib}"/> + <dependency prefix="spotbugs.saxon" artifact="net.sf.saxon:Saxon-HE:11.5" usage="${spotbugs.lib}"/> <dependency prefix="spotbugs.xmlresolver" artifact="org.xmlresolver:xmlresolver:4.2.0" usage="${spotbugs.lib}"/> <mkdir dir="${basedir}${spotbugs.lib}/config"/> |