From 4a5ef34c41f9c7a3975baace8068d214c4ffe6af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 09:47:18 +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 d78c576..9df96dc 100644 --- a/build.gradle +++ b/build.gradle @@ -99,6 +99,6 @@ dependencies { testImplementation 'com.google.guava:guava:18.0' testImplementation 'org.mockito:mockito-core:3.0.0' testImplementation 'com.github.zafarkhaja:java-semver:0.9.0' - testImplementation 'commons-io:commons-io:2.4' + testImplementation 'commons-io:commons-io:2.21.0' testImplementation 'com.github.kbase:java_test_utilities:0.1.0' }