From 3ac7e728fc83a4b1e70ee8ecd0ac1459021b3b28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 11:06:57 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9d72fab17..d8493b5fb 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ subprojects { implementation "org.reflections:reflections:${reflectionsVersion}" implementation 'com.esotericsoftware.kryo:kryo5:5.6.2' - implementation('commons-io:commons-io:2.17.0'){ + implementation('commons-io:commons-io:2.18.0'){ exclude group: 'commons-logging', module: 'commons-logging' } implementation 'org.apache.commons:commons-text:1.12.0'