From e18a99adff4e76d48f14a1e061e993cdb11b6d78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 19:07:26 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.4 to 2.21.0 Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.4 to 2.21.0. - [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-io/compare/2.4...rel/commons-io-2.21.0) --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.21.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..ee8f357 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.21.0' testImplementation 'org.ini4j:ini4j:0.5.2' testImplementation 'junit:junit:4.9' testImplementation 'net.sf.jsignature.io-tools:easystream:1.2.14'