aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-10-09 19:18:22 +0000
committerPJ Fanning <fanningpj@apache.org>2024-10-09 19:18:22 +0000
commit720596a9eced791430b7e958b0306a99aa1aee12 (patch)
tree1e43894e32ac638f88fff4d8004ea4467e8c55b0 /build.gradle
parentc33f34b27cdfc46640d1c40af145b00b84440978 (diff)
downloadpoi-720596a9eced791430b7e958b0306a99aa1aee12.tar.gz
poi-720596a9eced791430b7e958b0306a99aa1aee12.zip
revert batik change due to build issues
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921218 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 db8d5631c1..3c371f58a4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -128,7 +128,7 @@ subprojects {
mockitoVersion = '4.11.0'
hamcrestVersion = '3.0'
xmlbeansVersion = '5.2.1'
- batikVersion = '1.18'
+ batikVersion = '1.17'
graphics2dVersion = '3.0.2'
pdfboxVersion = '3.0.3'
saxonVersion = '12.5'