From 2812ec8a46402f8ce74a6ad9d49be38a75ffc9ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 04:23:08 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.20.0 to 2.21.0 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] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e774e3bcbdf..51c8b2363f6 100644 --- a/build.gradle +++ b/build.gradle @@ -217,9 +217,9 @@ tasks.register("cleanMasterSheets", Delete) { * https://docs.gradle.org/current/userguide/dependency_downgrade_and_exclude.html */ dependencies { - implementation group: 'commons-io', name: 'commons-io', version: '2.20.0' + implementation group: 'commons-io', name: 'commons-io', version: '2.21.0' - implementation group: 'commons-io', name: 'commons-io', version:'2.20.0' + implementation group: 'commons-io', name: 'commons-io', version:'2.21.0' implementation group: 'org.springframework', name: 'spring-web', version:'6.2.12' implementation group: 'org.springframework', name: 'spring-beans', version:'6.2.12'