diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-02-07 13:08:28 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-02-07 13:08:28 +0000 |
commit | 7702246209e72255febfe5b800fc925291b8767a (patch) | |
tree | 863e4b2bb2b1b7dfa774b8574c1eccd75d61db4f | |
parent | 57857a3c3413a42d067809b9980d1c8d836c1d6f (diff) | |
download | poi-7702246209e72255febfe5b800fc925291b8767a.tar.gz poi-7702246209e72255febfe5b800fc925291b8767a.zip |
test with saxon 11.1.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897818 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 7a0bf47b2a..e4af734057 100644 --- a/build.gradle +++ b/build.gradle @@ -126,7 +126,7 @@ subprojects { batikVersion = '1.14' graphics2dVersion = '0.34' pdfboxVersion = '2.0.25' - saxonVersion = '10.6' + saxonVersion = '11.1.1' apiGuardianVersion = '1.1.2' JAVA9_SRC = 'src/main/java9' |