From 3f04d32addcdef338a74002b0d3cbf0b14a5ba86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 01:55:45 +0000 Subject: [PATCH] chore(deps): bump org.apache.xmlgraphics:batik-all from 1.16 to 1.17 Bumps org.apache.xmlgraphics:batik-all from 1.16 to 1.17. --- updated-dependencies: - dependency-name: org.apache.xmlgraphics:batik-all dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 73fd2f3de..575277db9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { testImplementation("org.scilab.forge:jlatexmath:1.0.7") "pdfRuntimeOnly"("org.apache.xmlgraphics:fop:2.8") - "pdfRuntimeOnly"("org.apache.xmlgraphics:batik-all:1.16") + "pdfRuntimeOnly"("org.apache.xmlgraphics:batik-all:1.17") } repositories {