diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-07-02 20:29:26 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-07-02 20:29:26 +0000 |
commit | 750657064a894d863d5167084ed642920aab91b0 (patch) | |
tree | 530ddbae3f112fd185405d8670852527f62cc0a9 | |
parent | e1c61686827acd674e09a484a84a597c47dee10b (diff) | |
download | poi-750657064a894d863d5167084ed642920aab91b0.tar.gz poi-750657064a894d863d5167084ed642920aab91b0.zip |
saxon 12.5
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1918857 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | build.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 244c676de5..b7eecaebfe 100644 --- a/build.gradle +++ b/build.gradle @@ -131,7 +131,7 @@ subprojects { batikVersion = '1.17' graphics2dVersion = '3.0.2' pdfboxVersion = '3.0.2' - saxonVersion = '12.4' + saxonVersion = '12.5' xmlSecVersion = '3.0.4' apiGuardianVersion = '1.1.2' @@ -2578,7 +2578,7 @@ under the License. <dependency prefix="spotbugs.log4j-api" artifact="org.apache.logging.log4j:log4j-api:2.23.1" usage="${spotbugs.lib}"/> <dependency prefix="spotbugs.log4j-core" artifact="org.apache.logging.log4j:log4j-core:2.23.1" usage="${spotbugs.lib}"/> <dependency prefix="spotbugs.log4j-slf4j18-impl" artifact="org.apache.logging.log4j:log4j-slf4j2-impl:2.23.1" usage="${spotbugs.lib}"/> - <dependency prefix="spotbugs.saxon" artifact="net.sf.saxon:Saxon-HE:12.4" usage="${spotbugs.lib}"/> + <dependency prefix="spotbugs.saxon" artifact="net.sf.saxon:Saxon-HE:12.5" usage="${spotbugs.lib}"/> <dependency prefix="spotbugs.xmlresolver" artifact="org.xmlresolver:xmlresolver:4.2.0" usage="${spotbugs.lib}"/> <mkdir dir="${basedir}${spotbugs.lib}/config"/> |