From 3ae33770cf1b0b966086a147e0baa9e3005a079f Mon Sep 17 00:00:00 2001 From: Tianli Feng Date: Tue, 8 Nov 2022 16:41:22 -0800 Subject: [PATCH] Bump azure-storage-blob from 12.16.1 to 12.20.0 in /plugins/repository-azure (#4995) (cherry picked from commit 0eb6b2f49286a92c7f78e5c55c994c2bec4656f4) Signed-off-by: Tianli Feng --- CHANGELOG.md | 1 + plugins/repository-azure/build.gradle | 2 +- .../licenses/azure-storage-blob-12.20.0.jar.sha1 | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 plugins/repository-azure/licenses/azure-storage-blob-12.20.0.jar.sha1 diff --git a/CHANGELOG.md b/CHANGELOG.md index e0c24a8f713f6..dcdd4d739ab77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Dependencies - Bump `org.apache.logging.log4j:log4j-core` from 2.18.0 to 2.20.0 ([#6490](https://github.com/opensearch-project/OpenSearch/pull/6490)) - Bump `com.azure:azure-storage-common` from 12.19.3 to 12.20.0 ([#6492](https://github.com/opensearch-project/OpenSearch/pull/6492) +- Bump `com.azure:azure-storage-blob` from 12.15.0 to 12.20.0 ([#6921](https://github.com/opensearch-project/OpenSearch/pull/6921) - Bump `snakeyaml` from 1.33 to 2.0 ([#6511](https://github.com/opensearch-project/OpenSearch/pull/6511)) - Bump `io.projectreactor.netty:reactor-netty` from 1.1.3 to 1.1.4 - Bump `com.avast.gradle:gradle-docker-compose-plugin` from 0.15.2 to 0.16.11 diff --git a/plugins/repository-azure/build.gradle b/plugins/repository-azure/build.gradle index 89ea405464987..2f6e17ffe636a 100644 --- a/plugins/repository-azure/build.gradle +++ b/plugins/repository-azure/build.gradle @@ -54,7 +54,7 @@ dependencies { api "io.netty:netty-resolver-dns:${versions.netty}" api "io.netty:netty-transport-native-unix-common:${versions.netty}" implementation project(':modules:transport-netty4') - api 'com.azure:azure-storage-blob:12.15.0' + api 'com.azure:azure-storage-blob:12.20.0' api 'org.reactivestreams:reactive-streams:1.0.3' api 'io.projectreactor:reactor-core:3.4.18' api 'io.projectreactor.netty:reactor-netty:1.1.4' diff --git a/plugins/repository-azure/licenses/azure-storage-blob-12.20.0.jar.sha1 b/plugins/repository-azure/licenses/azure-storage-blob-12.20.0.jar.sha1 new file mode 100644 index 0000000000000..de86848c9fd06 --- /dev/null +++ b/plugins/repository-azure/licenses/azure-storage-blob-12.20.0.jar.sha1 @@ -0,0 +1 @@ +e682920b0e3115433f25d65b0718f8763035357e \ No newline at end of file