From 7f0ba5402aba844e67b2c40e038a649e7b47c017 Mon Sep 17 00:00:00 2001 From: Dependency Update Bot Date: Wed, 9 Oct 2024 10:24:51 +0000 Subject: [PATCH] Update Batik to v1.18 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 2322e0b..5b2d298 100644 --- a/build.gradle +++ b/build.gradle @@ -37,11 +37,11 @@ dependencies { implementation 'io.github.openhtmltopdf:openhtmltopdf-pdfbox:1.1.22' implementation 'io.github.openhtmltopdf:openhtmltopdf-slf4j:1.1.22' implementation 'io.github.openhtmltopdf:openhtmltopdf-objects:1.1.22' - implementation ('org.apache.xmlgraphics:batik-transcoder:1.17'){ + implementation ('org.apache.xmlgraphics:batik-transcoder:1.18'){ // work around https://issues.apache.org/jira/browse/BATIK-1289 exclude group: "xml-apis", module: "xml-apis" } - implementation ('org.apache.xmlgraphics:batik-codec:1.17'){ + implementation ('org.apache.xmlgraphics:batik-codec:1.18'){ // work around https://issues.apache.org/jira/browse/BATIK-1289 exclude group: "xml-apis", module: "xml-apis" }