diff --git a/CHANGELOG.md b/CHANGELOG.md index 91a219737c93a..81edb16748890 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `com.netflix.nebula.ospackage-base` from 11.0.0 to 11.3.0 - Bump `gradle.plugin.com.github.johnrengelman:shadow` from 7.1.2 to 8.0.0 - Bump `jna` from 5.11.0 to 5.13.0 -- Bump `commons-io:commons-io` from 2.7 to 2.12.0 (#7661, #7658) +- Bump `commons-io:commons-io` from 2.7 to 2.12.0 (#7661, #7658, #7656) - Bump `org.apache.shiro:shiro-core` from 1.9.1 to 1.11.0 ([#7397](https://github.com/opensearch-project/OpenSearch/pull/7397)) - Bump `jetty-server` in hdfs-fixture from 9.4.49.v20220914 to 9.4.51.v20230217 ([#7405](https://github.com/opensearch-project/OpenSearch/pull/7405)) - OpenJDK Update (April 2023 Patch releases) ([#7448](https://github.com/opensearch-project/OpenSearch/pull/7448) diff --git a/plugins/ingest-attachment/build.gradle b/plugins/ingest-attachment/build.gradle index ec59442752292..3ea9d62df36e8 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.11.0' + api 'commons-io:commons-io:2.12.0' api "org.slf4j:slf4j-api:${versions.slf4j}" // character set detection diff --git a/plugins/ingest-attachment/licenses/commons-io-2.11.0.jar.sha1 b/plugins/ingest-attachment/licenses/commons-io-2.11.0.jar.sha1 deleted file mode 100644 index 8adec30bade49..0000000000000 --- a/plugins/ingest-attachment/licenses/commons-io-2.11.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -a2503f302b11ebde7ebc3df41daebe0e4eea3689 \ No newline at end of file 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 new file mode 100644 index 0000000000000..5225b130fb817 --- /dev/null +++ b/plugins/ingest-attachment/licenses/commons-io-2.12.0.jar.sha1 @@ -0,0 +1 @@ +e5e3eb2ff05b494287f51476bc715161412c525f \ No newline at end of file