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'