diff --git a/CHANGELOG.md b/CHANGELOG.md index c9d7d9a60a3e5..52d3a8a52379e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `google-auth-library-oauth2-http` from 1.7.0 to 1.29.0 in /plugins/repository-gcs ([#16520](https://github.com/opensearch-project/OpenSearch/pull/16520)) - Bump `com.azure:azure-storage-common` from 12.25.1 to 12.28.0 ([#16521](https://github.com/opensearch-project/OpenSearch/pull/16521), [#16808](https://github.com/opensearch-project/OpenSearch/pull/16808)) - Bump `com.google.apis:google-api-services-compute` from v1-rev20240407-2.0.0 to v1-rev20241105-2.0.0 ([#16502](https://github.com/opensearch-project/OpenSearch/pull/16502), [#16548](https://github.com/opensearch-project/OpenSearch/pull/16548), [#16613](https://github.com/opensearch-project/OpenSearch/pull/16613)) -- Bump `com.azure:azure-storage-blob` from 12.23.0 to 12.28.1 ([#16501](https://github.com/opensearch-project/OpenSearch/pull/16501)) +- Bump `com.azure:azure-storage-blob` from 12.23.0 to 12.29.0 ([#16501](https://github.com/opensearch-project/OpenSearch/pull/16501), [#17059](https://github.com/opensearch-project/OpenSearch/pull/17059)) - Bump `org.apache.hadoop:hadoop-minicluster` from 3.4.0 to 3.4.1 ([#16550](https://github.com/opensearch-project/OpenSearch/pull/16550)) - Bump `org.apache.xmlbeans:xmlbeans` from 5.2.1 to 5.3.0 ([#16612](https://github.com/opensearch-project/OpenSearch/pull/16612), [#16854](https://github.com/opensearch-project/OpenSearch/pull/16854)) - Bump `com.nimbusds:nimbus-jose-jwt` from 9.41.1 to 10.0.1 ([#16611](https://github.com/opensearch-project/OpenSearch/pull/16611), [#16807](https://github.com/opensearch-project/OpenSearch/pull/16807), [#17011](https://github.com/opensearch-project/OpenSearch/pull/17011)) diff --git a/plugins/repository-azure/build.gradle b/plugins/repository-azure/build.gradle index 332651e37cfa4..ca9e8fa9128f4 100644 --- a/plugins/repository-azure/build.gradle +++ b/plugins/repository-azure/build.gradle @@ -56,7 +56,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.28.1' + api 'com.azure:azure-storage-blob:12.29.0' api 'com.azure:azure-identity:1.14.2' // Start of transitive dependencies for azure-identity api 'com.microsoft.azure:msal4j-persistence-extension:1.3.0' diff --git a/plugins/repository-azure/licenses/azure-storage-blob-12.28.1.jar.sha1 b/plugins/repository-azure/licenses/azure-storage-blob-12.28.1.jar.sha1 deleted file mode 100644 index 95ac42063d36f..0000000000000 --- a/plugins/repository-azure/licenses/azure-storage-blob-12.28.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -4f1eef206d0a71e4ef6c5e79578dd1b9c0370869 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/azure-storage-blob-12.29.0.jar.sha1 b/plugins/repository-azure/licenses/azure-storage-blob-12.29.0.jar.sha1 new file mode 100644 index 0000000000000..5a2d4d63951ef --- /dev/null +++ b/plugins/repository-azure/licenses/azure-storage-blob-12.29.0.jar.sha1 @@ -0,0 +1 @@ +059728553426d53a8fc2253b67da45b5632c553f \ No newline at end of file