From 2a3f135239263442d598e153e932128f4f1b7c96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 06:27:27 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 92d64c1eeb..98ac45f655 100644 --- a/build.gradle +++ b/build.gradle @@ -498,7 +498,7 @@ configurations { force "com.google.errorprone:error_prone_annotations:2.35.1" 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'