From faee1813fa32bb96d8e5365c1e28ee49e6be4dec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 15:56:39 +0100 Subject: [PATCH] Bump commons-io:commons-io from 2.20.0 to 2.21.0 (#937) Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.20.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.20.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a9902fb935..99cca9bc3c 100644 --- a/build.gradle +++ b/build.gradle @@ -110,7 +110,7 @@ subprojects { bouncyCastleVersion = '1.82' commonsCodecVersion = '1.19.0' commonsCompressVersion = '1.28.0' - commonsIoVersion = '2.20.0' + commonsIoVersion = '2.21.0' commonsMathVersion = '3.6.1' junitVersion = '5.13.4' log4jVersion = '2.24.3'