From 82d03d463f3d4387804af1b906ef06707ce86cee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 22:45:35 +0000 Subject: [PATCH] Update dependency commons-io:commons-io to v2.18.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e78a1be..fe38b6b 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ dependencies { implementation 'org.bouncycastle:bcprov-jdk15on:1.70' // this is vulnerabilities for batik-bridge@1.14 // https://mvnrepository.com/artifact/commons-io/commons-io - implementation 'commons-io:commons-io:2.17.0' + implementation 'commons-io:commons-io:2.18.0' // https://mvnrepository.com/artifact/xerces/xercesImpl // protected An illegal reflective access operation. for jasperreports implementation 'xerces:xercesImpl:2.12.2'