diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-02-23 23:17:26 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-02-23 23:17:26 +0000 |
commit | 18e61e0b0a9ca17aa466bef62b33d0e9bfbeebaa (patch) | |
tree | 9962aca5aa7404a1709ec202154d6cd164c6bfb3 /build.gradle | |
parent | a6f87432439fd9da93c9149fd5a13bb247fe86b9 (diff) | |
download | poi-18e61e0b0a9ca17aa466bef62b33d0e9bfbeebaa.tar.gz poi-18e61e0b0a9ca17aa466bef62b33d0e9bfbeebaa.zip |
saxon 11.5
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907840 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 6fbe894040..886109b43e 100644 --- a/build.gradle +++ b/build.gradle @@ -128,7 +128,7 @@ subprojects { batikVersion = '1.16' graphics2dVersion = '0.42' pdfboxVersion = '2.0.27' - saxonVersion = '11.4' + saxonVersion = '11.5' apiGuardianVersion = '1.1.2' jdkVersion = (project.properties['jdkVersion'] ?: '8') as int |