From c1296d26921034bfbd055c10e4d16a9f3d24f8d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 04:08:26 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.16.1 to 2.17.0 Bumps commons-io:commons-io from 2.16.1 to 2.17.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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a07df647a97..40f9a065083 100644 --- a/build.gradle +++ b/build.gradle @@ -217,7 +217,7 @@ 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.16.1' + implementation group: 'commons-io', name: 'commons-io', version: '2.17.0' implementation group: 'commons-io', name: 'commons-io', version:'2.17.0'