From 1cbeb62c46918965db5b786ad5b617eaaf6b7214 Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Tue, 13 Jun 2023 15:41:05 -0400 Subject: [PATCH] Bump commons-io:commons-io from 2.12.0 to 2.13.0 in /plugins/ingest-attachment (#8010) (#8045) * Bump commons-io:commons-io in /plugins/ingest-attachment Bumps commons-io:commons-io from 2.12.0 to 2.13.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... * Updating SHAs * Add changelog --------- (cherry picked from commit fcfe30580f6803ba8dbc6e4020e86f8d239e75a5) Signed-off-by: dependabot[bot] Signed-off-by: Kunal Kotwani Signed-off-by: Andriy Redko Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] Co-authored-by: Kunal Kotwani --- CHANGELOG.md | 1 + plugins/ingest-attachment/build.gradle | 2 +- plugins/ingest-attachment/licenses/commons-io-2.12.0.jar.sha1 | 1 - plugins/ingest-attachment/licenses/commons-io-2.13.0.jar.sha1 | 1 + 4 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 plugins/ingest-attachment/licenses/commons-io-2.12.0.jar.sha1 create mode 100644 plugins/ingest-attachment/licenses/commons-io-2.13.0.jar.sha1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 972b9e91ba44a..a3c88ed5594ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `com.networknt:json-schema-validator` from 1.0.81 to 1.0.83 ([7968](https://github.com/opensearch-project/OpenSearch/pull/7968)) - Bump `com.netflix.nebula:gradle-extra-configurations-plugin` from 9.0.0 to 10.0.0 in /buildSrc ([#7068](https://github.com/opensearch-project/OpenSearch/pull/7068)) - Bump `com.google.guava:guava` from 32.0.0-jre to 32.0.1-jre (#8009) +- Bump `commons-io:commons-io` from 2.12.0 to 2.13.0 (#8014, #8013, #8010) - Bump `com.diffplug.spotless` from 6.18.0 to 6.19.0 (#8007) - Bump `'com.azure:azure-storage-blob` to 12.22.2 from 12.21.1 ([#8043](https://github.com/opensearch-project/OpenSearch/pull/8043)) diff --git a/plugins/ingest-attachment/build.gradle b/plugins/ingest-attachment/build.gradle index 3ea9d62df36e8..a41e6d668241b 100644 --- a/plugins/ingest-attachment/build.gradle +++ b/plugins/ingest-attachment/build.gradle @@ -57,7 +57,7 @@ dependencies { runtimeOnly "com.google.guava:guava:${versions.guava}" // Other dependencies api 'org.tukaani:xz:1.9' - api 'commons-io:commons-io:2.12.0' + api 'commons-io:commons-io:2.13.0' api "org.slf4j:slf4j-api:${versions.slf4j}" // character set detection diff --git a/plugins/ingest-attachment/licenses/commons-io-2.12.0.jar.sha1 b/plugins/ingest-attachment/licenses/commons-io-2.12.0.jar.sha1 deleted file mode 100644 index 5225b130fb817..0000000000000 --- a/plugins/ingest-attachment/licenses/commons-io-2.12.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -e5e3eb2ff05b494287f51476bc715161412c525f \ No newline at end of file diff --git a/plugins/ingest-attachment/licenses/commons-io-2.13.0.jar.sha1 b/plugins/ingest-attachment/licenses/commons-io-2.13.0.jar.sha1 new file mode 100644 index 0000000000000..c165136eb5822 --- /dev/null +++ b/plugins/ingest-attachment/licenses/commons-io-2.13.0.jar.sha1 @@ -0,0 +1 @@ +8bb2bc9b4df17e2411533a0708a69f983bf5e83b \ No newline at end of file