From dbb3389d4f68ff442d00ec479e8929ef7bcdc26e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 11:29:44 +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.28.0 to 12.29.0. - [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.28.0...azure-storage-blob_12.29.0) --- updated-dependencies: - dependency-name: com.azure:azure-storage-common dependency-version: 12.29.0 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 fdcbd02b6370d..724e46d061ae2 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.3' api 'com.azure:azure-json:1.5.0' api 'com.azure:azure-xml:1.1.0' - api 'com.azure:azure-storage-common:12.28.0' + api 'com.azure:azure-storage-common:12.29.0' api 'com.azure:azure-core-http-netty:1.15.11' api "io.netty:netty-codec-dns:${versions.netty}" api "io.netty:netty-codec-socks:${versions.netty}" From b5062a2b91460bb0b724897c5f846594c3d030e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 11:32:01 +0000 Subject: [PATCH 2/3] Updating SHAs Signed-off-by: dependabot[bot] --- .../licenses/azure-storage-common-12.28.0.jar.sha1 | 1 - .../licenses/azure-storage-common-12.29.0.jar.sha1 | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 plugins/repository-azure/licenses/azure-storage-common-12.28.0.jar.sha1 create mode 100644 plugins/repository-azure/licenses/azure-storage-common-12.29.0.jar.sha1 diff --git a/plugins/repository-azure/licenses/azure-storage-common-12.28.0.jar.sha1 b/plugins/repository-azure/licenses/azure-storage-common-12.28.0.jar.sha1 deleted file mode 100644 index ed932cd0a07e9..0000000000000 --- a/plugins/repository-azure/licenses/azure-storage-common-12.28.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -3c5b7de96c68947ab74cc7925b27ca2b9f6b91d0 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/azure-storage-common-12.29.0.jar.sha1 b/plugins/repository-azure/licenses/azure-storage-common-12.29.0.jar.sha1 new file mode 100644 index 0000000000000..6de0e8a945011 --- /dev/null +++ b/plugins/repository-azure/licenses/azure-storage-common-12.29.0.jar.sha1 @@ -0,0 +1 @@ +900fefe982179300c239fbe661e6135a760f5ee6 \ No newline at end of file From 884bbdd7ac4be0a71f27010dfed5b1cc9e8f0a59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 11:32:49 +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 6a31b5e21d607..649f4c3978f9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,6 +67,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `org.jline:jline` from 3.29.0 to 3.30.3 ([#18368](https://github.com/opensearch-project/OpenSearch/pull/18368)) - Bump `com.nimbusds:oauth2-oidc-sdk` from 11.23.1 to 11.25 ([#18369](https://github.com/opensearch-project/OpenSearch/pull/18369)) - Bump `gradle/actions` from 3 to 4 ([#18371](https://github.com/opensearch-project/OpenSearch/pull/18371)) +- Bump `com.azure:azure-storage-common` from 12.28.0 to 12.29.0 ([#18415](https://github.com/opensearch-project/OpenSearch/pull/18415)) ### Deprecated