From 3d22e4003c2e5f91085f65c991b437f2e5bfbfdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 03:46:55 +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 dd9e01d..10eea29 100644 --- a/build.gradle +++ b/build.gradle @@ -170,7 +170,7 @@ dependencies { implementation 'com.google.guava:guava:31.1-jre' testImplementation 'junit:junit:4.9' - 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') { exclude group: 'com.fasterxml.jackson.core' // upgrading breaks stuff }