From ad677258f410d2a48228a30e8f8a151dbdfc4bd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 10:11:42 +0200 Subject: [PATCH] Bump org.apache.xmlgraphics:batik from 1.17 to 1.18 (#592) Bumps org.apache.xmlgraphics:batik from 1.17 to 1.18. --- updated-dependencies: - dependency-name: org.apache.xmlgraphics:batik dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- bot/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bot/build.gradle.kts b/bot/build.gradle.kts index 83a533fa..16fdbb7f 100644 --- a/bot/build.gradle.kts +++ b/bot/build.gradle.kts @@ -28,9 +28,9 @@ dependencies { implementation("org.apache.derby:derby:10.17.1.0") implementation("org.apache.derby:derbyclient:10.17.1.0") implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.0") - implementation("org.apache.xmlgraphics:batik:1.17") - implementation("org.apache.xmlgraphics:batik-transcoder:1.17") - implementation("org.apache.xmlgraphics:batik-codec:1.17") + implementation("org.apache.xmlgraphics:batik:1.18") + implementation("org.apache.xmlgraphics:batik-transcoder:1.18") + implementation("org.apache.xmlgraphics:batik-codec:1.18") testImplementation(libs.junit.jupiter.api) testRuntimeOnly(libs.junit.jupiter.engine)