aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-11-07 11:17:39 +0000
committerPJ Fanning <fanningpj@apache.org>2023-11-07 11:17:39 +0000
commit1d24d0c47654dd876ac282a7a3c0ec695864906b (patch)
treeeb2e526948d4e6f410edfe6fbb74588292bfc4f7 /build.gradle
parent69be873ff3412767bd76b1bf37b627d8ee1dca16 (diff)
downloadpoi-1d24d0c47654dd876ac282a7a3c0ec695864906b.tar.gz
poi-1d24d0c47654dd876ac282a7a3c0ec695864906b.zip
test with saxon 12.3
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1913646 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index e057508375..d62cd61c33 100644
--- a/build.gradle
+++ b/build.gradle
@@ -131,7 +131,7 @@ subprojects {
batikVersion = '1.17'
graphics2dVersion = '0.43'
pdfboxVersion = '2.0.29'
- saxonVersion = '11.5'
+ saxonVersion = '12.3'
apiGuardianVersion = '1.1.2'
jdkVersion = (project.properties['jdkVersion'] ?: '8') as int