From 26f55f5ff4d023bcb62d6f0b584c5876c8721d71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 00:12:06 +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.19.3 to 12.20.0. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-storage-common_12.19.3...azure-storage-blob_12.20.0) --- updated-dependencies: - dependency-name: com.azure:azure-storage-common 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 8274dc37d4ffe..923ddfa5f45ef 100644 --- a/plugins/repository-azure/build.gradle +++ b/plugins/repository-azure/build.gradle @@ -45,7 +45,7 @@ opensearchplugin { dependencies { api 'com.azure:azure-core:1.34.0' - api 'com.azure:azure-storage-common:12.19.3' + api 'com.azure:azure-storage-common:12.20.0' api 'com.azure:azure-core-http-netty:1.12.8' api "io.netty:netty-codec-dns:${versions.netty}" api "io.netty:netty-codec-socks:${versions.netty}" From 5d60efbf102204f3a8490fa38ddd43db04eedeca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 28 Feb 2023 00:15:17 +0000 Subject: [PATCH 2/3] Updating SHAs Signed-off-by: dependabot[bot] --- .../licenses/azure-storage-common-12.19.3.jar.sha1 | 1 - .../licenses/azure-storage-common-12.20.0.jar.sha1 | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 plugins/repository-azure/licenses/azure-storage-common-12.19.3.jar.sha1 create mode 100644 plugins/repository-azure/licenses/azure-storage-common-12.20.0.jar.sha1 diff --git a/plugins/repository-azure/licenses/azure-storage-common-12.19.3.jar.sha1 b/plugins/repository-azure/licenses/azure-storage-common-12.19.3.jar.sha1 deleted file mode 100644 index c22aa05ad5258..0000000000000 --- a/plugins/repository-azure/licenses/azure-storage-common-12.19.3.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -3e30b1be613815b10ea8d2cfa39f560aaeef5f0d \ No newline at end of file diff --git a/plugins/repository-azure/licenses/azure-storage-common-12.20.0.jar.sha1 b/plugins/repository-azure/licenses/azure-storage-common-12.20.0.jar.sha1 new file mode 100644 index 0000000000000..1fd3f8066411d --- /dev/null +++ b/plugins/repository-azure/licenses/azure-storage-common-12.20.0.jar.sha1 @@ -0,0 +1 @@ +69b962bbeea787c6aca83115472791aacc2ae94c \ No newline at end of file From 44fc22c3524e57ea02e25bf60275db53cc0732c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 28 Feb 2023 00:16:05 +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 1913d9880b571..4b22e5c53e5aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `commons-io:commons-io` from 2.7 to 2.11.0 - Bump `org.jruby.joni:joni` from 2.1.45 to 2.1.48 - Bump `org.apache.logging.log4j:log4j-core` from 2.19.0 to 2.20.0 +- Bump `com.azure:azure-storage-common` from 12.19.3 to 12.20.0 ### Changed - [CCR] Add getHistoryOperationsFromTranslog method to fetch the history snapshot from translogs ([#3948](https://github.com/opensearch-project/OpenSearch/pull/3948))