From b8f0979f0b6177542212d08c45fbeaf58fd85efa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 04:32:04 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.17.0 to 2.18.0 Bumps commons-io:commons-io from 2.17.0 to 2.18.0. --- updated-dependencies: - dependency-name: commons-io:commons-io 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 cb156597681..b68caf955f9 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.17.0' + implementation group: 'commons-io', name: 'commons-io', version: '2.18.0' - implementation group: 'commons-io', name: 'commons-io', version:'2.17.0' + implementation group: 'commons-io', name: 'commons-io', version:'2.18.0' implementation group: 'org.springframework', name: 'spring-web', version:'6.2.0' implementation group: 'org.springframework', name: 'spring-beans', version:'6.2.0'