From c326dfac6815d8b333d93ed9ef2a6cc20dacdad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 12:58:59 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.16.0 to 2.18.0 Bumps commons-io:commons-io from 2.16.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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index aafd539..8411b37 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ dependencies { //3rd party implementation 'com.jayway.jsonpath:json-path:2.9.0' implementation 'net.minidev:json-smart:2.5.1' - testImplementation 'commons-io:commons-io:2.16.0' + testImplementation 'commons-io:commons-io:2.18.0' } test {