aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-09-16 19:10:34 +0000
committerPJ Fanning <fanningpj@apache.org>2022-09-16 19:10:34 +0000
commite07e4397a34a394505f1c74d1007858df27585b0 (patch)
tree72faa069aa7c588ce4ea74cac65c39150ff0329a /build.gradle
parent17e55f5dfbea4f5dee96f953856fbd7e060e55ca (diff)
downloadpoi-e07e4397a34a394505f1c74d1007858df27585b0.tar.gz
poi-e07e4397a34a394505f1c74d1007858df27585b0.zip
use batik 1.15 rc1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904105 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 f76ea144ab..90f3df78b9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -154,7 +154,7 @@ subprojects {
mockitoVersion = '4.8.0'
hamcrestVersion = '2.2'
xmlbeansVersion = '5.1.1'
- batikVersion = '1.14'
+ batikVersion = '1.15'
graphics2dVersion = '0.41'
pdfboxVersion = '2.0.26'
saxonVersion = '11.4'