From 4e0e160ad1536317dfbc427a7b57423a9f2179f1 Mon Sep 17 00:00:00 2001 From: Stephen Crawford <65832608+scrawfor99@users.noreply.github.com> Date: Tue, 13 Jun 2023 13:09:07 -0400 Subject: [PATCH] Manually backort #7930 to update azure blob from 12.21.1 to 12.22.2 (#8043) * Update azure Signed-off-by: Stephen Crawford * update changelog Signed-off-by: Stephen Crawford --------- Signed-off-by: Stephen Crawford --- CHANGELOG.md | 1 + plugins/repository-azure/build.gradle | 2 +- .../licenses/azure-storage-blob-12.21.1.jar.sha1 | 1 - .../licenses/azure-storage-blob-12.22.2.jar.sha1 | 1 + 4 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 plugins/repository-azure/licenses/azure-storage-blob-12.21.1.jar.sha1 create mode 100644 plugins/repository-azure/licenses/azure-storage-blob-12.22.2.jar.sha1 diff --git a/CHANGELOG.md b/CHANGELOG.md index abd6316b9173a..972b9e91ba44a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - 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 `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)) ### Changed - Replace jboss-annotations-api_1.2_spec with jakarta.annotation-api ([#7836](https://github.com/opensearch-project/OpenSearch/pull/7836)) diff --git a/plugins/repository-azure/build.gradle b/plugins/repository-azure/build.gradle index 7f450b1b0a7d1..33437f4d10139 100644 --- a/plugins/repository-azure/build.gradle +++ b/plugins/repository-azure/build.gradle @@ -55,7 +55,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.21.1' + api 'com.azure:azure-storage-blob:12.22.2' api 'org.reactivestreams:reactive-streams:1.0.3' api 'io.projectreactor:reactor-core:3.4.18' api 'io.projectreactor.netty:reactor-netty:1.1.7' diff --git a/plugins/repository-azure/licenses/azure-storage-blob-12.21.1.jar.sha1 b/plugins/repository-azure/licenses/azure-storage-blob-12.21.1.jar.sha1 deleted file mode 100644 index e51bb4d4d9d53..0000000000000 --- a/plugins/repository-azure/licenses/azure-storage-blob-12.21.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -23fc5d2e3266246056a9735315911d200e892d4e \ No newline at end of file diff --git a/plugins/repository-azure/licenses/azure-storage-blob-12.22.2.jar.sha1 b/plugins/repository-azure/licenses/azure-storage-blob-12.22.2.jar.sha1 new file mode 100644 index 0000000000000..a03bb750a0a96 --- /dev/null +++ b/plugins/repository-azure/licenses/azure-storage-blob-12.22.2.jar.sha1 @@ -0,0 +1 @@ +1441a678a0d28ed3b22efc27fef4752f91502834 \ No newline at end of file