From 4f0a972c4c323ea94d1e3c88edcd532fb57f2239 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 08:00:32 +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 44e8cb6..23070d9 100644 --- a/build.gradle +++ b/build.gradle @@ -63,7 +63,7 @@ dependencies { implementation 'junit:junit:4.9' implementation 'org.slf4j:slf4j-api:1.7.7' implementation 'ch.qos.logback:logback-classic:1.1.2' - implementation 'commons-io:commons-io:2.4' + implementation 'commons-io:commons-io:2.21.0' implementation "com.fasterxml.jackson.core:jackson-databind:2.9.9" implementation 'org.apache.commons:commons-lang3:3.1' implementation 'com.google.guava:guava:18.0'