From a8447ccda4480c00208b5338d0a4f34a34c21359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 09:23:13 -0500 Subject: [PATCH] Bump commons-io:commons-io from 2.17.0 to 2.18.0 (#4928) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 870deaba6a..21284c0cb5 100644 --- a/build.gradle +++ b/build.gradle @@ -498,7 +498,7 @@ configurations { force "com.google.errorprone:error_prone_annotations:2.36.0" force "org.checkerframework:checker-qual:3.48.2" force "ch.qos.logback:logback-classic:1.5.12" - force "commons-io:commons-io:2.17.0" + force "commons-io:commons-io:2.18.0" } } @@ -730,7 +730,7 @@ dependencies { integrationTestImplementation 'junit:junit:4.13.2' integrationTestImplementation "org.opensearch.plugin:reindex-client:${opensearch_version}" integrationTestImplementation "org.opensearch.plugin:percolator-client:${opensearch_version}" - integrationTestImplementation 'commons-io:commons-io:2.17.0' + integrationTestImplementation 'commons-io:commons-io:2.18.0' integrationTestImplementation "org.apache.logging.log4j:log4j-core:${versions.log4j}" integrationTestImplementation "org.apache.logging.log4j:log4j-jul:${versions.log4j}" integrationTestImplementation 'org.hamcrest:hamcrest:2.2'