From ff732436a56b1d9f3b844e9688e66308f4e9505a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 22:20:43 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.4 to 2.19.0 Bumps commons-io:commons-io from 2.4 to 2.19.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index acfb9de..dac52dd 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ dependencies { testImplementation 'com.github.kbase:auth2:0.7.1' testImplementation 'com.github.kbase:java_test_utilities:0.1.0' - testImplementation 'commons-io:commons-io:2.4' + testImplementation 'commons-io:commons-io:2.19.0' testImplementation 'org.ini4j:ini4j:0.5.2' testImplementation 'junit:junit:4.9' testImplementation 'net.sf.jsignature.io-tools:easystream:1.2.14'