From 558ad71a22b042451dcbe6143a26cbabad8fbe3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 19:02:14 +0000 Subject: [PATCH 1/3] Bump com.azure:azure-storage-common in /plugins/repository-azure Bumps [com.azure:azure-storage-common](https://github.com/Azure/azure-sdk-for-java) from 12.29.1 to 12.30.1. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-storage-blob_12.29.1...azure-storage-blob_12.30.1) --- updated-dependencies: - dependency-name: com.azure:azure-storage-common dependency-version: 12.30.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- plugins/repository-azure/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/repository-azure/build.gradle b/plugins/repository-azure/build.gradle index 5f4932006be3f..db4e06e8d7ab2 100644 --- a/plugins/repository-azure/build.gradle +++ b/plugins/repository-azure/build.gradle @@ -47,7 +47,7 @@ dependencies { api 'com.azure:azure-core:1.55.5' api 'com.azure:azure-json:1.5.0' api 'com.azure:azure-xml:1.2.0' - api 'com.azure:azure-storage-common:12.29.1' + api 'com.azure:azure-storage-common:12.30.1' api 'com.azure:azure-core-http-netty:1.15.12' api "io.netty:netty-codec-dns:${versions.netty}" api "io.netty:netty-codec-socks:${versions.netty}" From ae0481f1b05277a86dabab79c71bef2f1bd2667b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 19:04:25 +0000 Subject: [PATCH 2/3] Updating SHAs Signed-off-by: dependabot[bot] --- .../licenses/azure-storage-common-12.29.1.jar.sha1 | 1 - .../licenses/azure-storage-common-12.30.1.jar.sha1 | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 plugins/repository-azure/licenses/azure-storage-common-12.29.1.jar.sha1 create mode 100644 plugins/repository-azure/licenses/azure-storage-common-12.30.1.jar.sha1 diff --git a/plugins/repository-azure/licenses/azure-storage-common-12.29.1.jar.sha1 b/plugins/repository-azure/licenses/azure-storage-common-12.29.1.jar.sha1 deleted file mode 100644 index 5bfb37b06f137..0000000000000 --- a/plugins/repository-azure/licenses/azure-storage-common-12.29.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -d4151d507125bfb255287bfde5d4ab27cd35e478 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/azure-storage-common-12.30.1.jar.sha1 b/plugins/repository-azure/licenses/azure-storage-common-12.30.1.jar.sha1 new file mode 100644 index 0000000000000..16690b638df84 --- /dev/null +++ b/plugins/repository-azure/licenses/azure-storage-common-12.30.1.jar.sha1 @@ -0,0 +1 @@ +e94e0c1e780e479bc328ccaf35f10fd2c76c9778 \ No newline at end of file From be60590b3fad605a48e1a6b69f0f6e3df493560a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 19:05:15 +0000 Subject: [PATCH 3/3] Update changelog Signed-off-by: dependabot[bot] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e11f3e2f1cfb..5d58ff394283b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Fix unnecessary refreshes on update preparation failures ([#15261](https://github.com/opensearch-project/OpenSearch/issues/15261)) ### Dependencies +- Bump `com.azure:azure-storage-common` from 12.29.1 to 12.30.1 ([#19016](https://github.com/opensearch-project/OpenSearch/pull/19016)) ### Deprecated