From 98569b74843967f2a79c8d7e05290769dfbd9e64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:08:39 +0000 Subject: [PATCH] chore(deps): 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 4610c16..df67aa6 100644 --- a/build.gradle +++ b/build.gradle @@ -78,7 +78,7 @@ dependencies { implementation 'org.json:json:20240303' implementation 'com.google.code.gson:gson:2.11.0' implementation 'commons-beanutils:commons-beanutils:1.9.4' - implementation 'commons-io:commons-io:2.16.1' + implementation 'commons-io:commons-io:2.17.0' implementation 'org.slf4j:slf4j-api:2.0.13' testImplementation 'junit:junit:4.13.2'