From 93247a4c13d273208a59b0baa76077800af0644f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 10:10:11 +0000 Subject: [PATCH] Update dependency org.apache.xmlgraphics:batik-bridge to v1.18 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6d83388..ce7f857 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ dependencies { implementation 'net.sf.barcode4j:barcode4j:2.1' // https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-bridge // this need for barcode4j. - implementation 'org.apache.xmlgraphics:batik-bridge:1.17' + implementation 'org.apache.xmlgraphics:batik-bridge:1.18' // this for barcode4j is vulnerabilities // https://mvnrepository.com/artifact/org.apache.ant/ant implementation 'org.apache.ant:ant:1.10.15'