diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-02-19 11:33:24 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-02-19 11:33:24 +0000 |
commit | 1fa2dcd8ecb035f6cf577af5dbcbfa031f7fc715 (patch) | |
tree | 775e1fe407bdb9665907964294fc9b5dffa8b886 | |
parent | 6622d9badb3590cb6190d912730548635a359dc0 (diff) | |
download | poi-1fa2dcd8ecb035f6cf577af5dbcbfa031f7fc715.tar.gz poi-1fa2dcd8ecb035f6cf577af5dbcbfa031f7fc715.zip |
test with saxon 11.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898210 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 41e4078e5a..f0ceefcc0e 100644 --- a/build.gradle +++ b/build.gradle @@ -125,7 +125,7 @@ subprojects { batikVersion = '1.14' graphics2dVersion = '0.34' pdfboxVersion = '2.0.25' - saxonVersion = '11.1.1' + saxonVersion = '11.2' apiGuardianVersion = '1.1.2' JAVA9_SRC = 'src/main/java9' |