From 31359acf115c0d89f3b51bc47b4ccac3ac80471c Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Mon, 4 Dec 2023 10:19:36 -0500 Subject: [PATCH] [Backport] [2.x] Bump commons-io:commons-io from 2.15.0 to 2.15.1 (#3784) (#3797) Backport of https://github.com/opensearch-project/security/pull/3784 to `2.x` Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a94b4b66dd..a2c2cd4368 100644 --- a/build.gradle +++ b/build.gradle @@ -707,7 +707,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.14.0' + integrationTestImplementation 'commons-io:commons-io:2.15.1' integrationTestImplementation "org.apache.logging.log4j:log4j-core:${versions.log4j}" integrationTestImplementation "org.apache.logging.log4j:log4j-jul:${versions.log4j}" integrationTestImplementation 'org.hamcrest:hamcrest:2.2'