From 6f2f7a1156c035823d96d6241398f62b1f239eba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 01:51:10 +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 76bf798..f476269 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ configurations { dependencies { implementation gradleApi() testImplementation group: 'junit', name: 'junit', version: '4.13.2' - testImplementation group: 'commons-io', name: 'commons-io', version: '2.16.1' + testImplementation group: 'commons-io', name: 'commons-io', version: '2.17.0' } import org.gradle.util.GradleVersion