aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-10-09 17:48:02 +0000
committerPJ Fanning <fanningpj@apache.org>2024-10-09 17:48:02 +0000
commitc33f34b27cdfc46640d1c40af145b00b84440978 (patch)
tree30d3678983c555b8aac10aa6705c3b7a7ec9b69c /build.gradle
parentd034f954bd772b5ff28cd2461529434260544d16 (diff)
downloadpoi-c33f34b27cdfc46640d1c40af145b00b84440978.tar.gz
poi-c33f34b27cdfc46640d1c40af145b00b84440978.zip
try batik 1.18
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921214 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 3c371f58a4..db8d5631c1 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.17'
+ batikVersion = '1.18'
graphics2dVersion = '3.0.2'
pdfboxVersion = '3.0.3'
saxonVersion = '12.5'