From 43ddf0a490374cec9873cc41eab7341dc34a3ff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 17:24:18 +0000 Subject: [PATCH] build(deps): Bump commons-io:commons-io from 2.11.0 to 2.21.0 Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.11.0 to 2.21.0. - [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-io/compare/rel/commons-io-2.11.0...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 cc46f82..0fae3e7 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ dependencies { // Apache implementation 'org.apache.commons:commons-text:1.10.0' implementation 'org.apache.commons:commons-collections4:4.4' - implementation 'commons-io:commons-io:2.11.0' + implementation 'commons-io:commons-io:2.21.0' // Logging implementation 'org.slf4j:slf4j-api:2.0.6'