From 0c6411ae5182043152a06b55928571b93fdeeb2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 11:42:42 -0800 Subject: [PATCH] Bump azure-core from 1.33.0 to 1.34.0 and azure-core-http-netty from 1.12.4 to 1.12.7 in /plugins/repository-azure (#5235) * Bump azure-core from 1.33.0 to 1.34.0 This change also reverts the ignoreMissingClasses addition from the prior commit since it is incorrect. Signed-off-by: Kartik Ganesh * Bump azure-core-http-netty in /plugins/repository-azure Bumps [azure-core-http-netty](https://github.com/Azure/azure-sdk-for-java) from 1.12.4 to 1.12.7. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-core-http-netty_1.12.4...azure-core-http-netty_1.12.7) --- updated-dependencies: - dependency-name: com.azure:azure-core-http-netty dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Updating SHAs Signed-off-by: dependabot[bot] * Update changelog Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Signed-off-by: Kartik Ganesh Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] Co-authored-by: Kartik Ganesh --- CHANGELOG.md | 4 +++- plugins/repository-azure/build.gradle | 4 ++-- plugins/repository-azure/licenses/azure-core-1.33.0.jar.sha1 | 1 - plugins/repository-azure/licenses/azure-core-1.34.0.jar.sha1 | 1 + .../licenses/azure-core-http-netty-1.12.4.jar.sha1 | 1 - .../licenses/azure-core-http-netty-1.12.7.jar.sha1 | 1 + 6 files changed, 7 insertions(+), 5 deletions(-) delete mode 100644 plugins/repository-azure/licenses/azure-core-1.33.0.jar.sha1 create mode 100644 plugins/repository-azure/licenses/azure-core-1.34.0.jar.sha1 delete mode 100644 plugins/repository-azure/licenses/azure-core-http-netty-1.12.4.jar.sha1 create mode 100644 plugins/repository-azure/licenses/azure-core-http-netty-1.12.7.jar.sha1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 932d180e3f9c9..295ed68636f3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ - Bumps `jcodings` from 1.0.57 to 1.0.58 - Bumps `google-http-client-jackson2` from 1.35.0 to 1.42.3 - Bumps `maxmind-db` from 2.0.0 to 2.1.0 +- Bumps `azure-core` from 1.33.0 to 1.34.0 +- Bumps `azure-core-http-netty` from 1.12.4 to 1.12.7 All notable changes to this project are documented in this file. @@ -90,4 +92,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Security [Unreleased 3.0]: https://github.com/opensearch-project/OpenSearch/compare/2.4...HEAD -[Unreleased 2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.4...2.x \ No newline at end of file +[Unreleased 2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.4...2.x diff --git a/plugins/repository-azure/build.gradle b/plugins/repository-azure/build.gradle index 3aa2bbb7dd2f6..9dbfd5d3fb822 100644 --- a/plugins/repository-azure/build.gradle +++ b/plugins/repository-azure/build.gradle @@ -44,9 +44,9 @@ opensearchplugin { } dependencies { - api 'com.azure:azure-core:1.33.0' + api 'com.azure:azure-core:1.34.0' api 'com.azure:azure-storage-common:12.18.1' - api 'com.azure:azure-core-http-netty:1.12.4' + api 'com.azure:azure-core-http-netty:1.12.7' api "io.netty:netty-codec-dns:${versions.netty}" api "io.netty:netty-codec-socks:${versions.netty}" api "io.netty:netty-codec-http2:${versions.netty}" diff --git a/plugins/repository-azure/licenses/azure-core-1.33.0.jar.sha1 b/plugins/repository-azure/licenses/azure-core-1.33.0.jar.sha1 deleted file mode 100644 index 9077fc4ebf84b..0000000000000 --- a/plugins/repository-azure/licenses/azure-core-1.33.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -93f105c2e923f0ab90521cc0e6e729b9c8304ad8 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/azure-core-1.34.0.jar.sha1 b/plugins/repository-azure/licenses/azure-core-1.34.0.jar.sha1 new file mode 100644 index 0000000000000..df0341f5ce236 --- /dev/null +++ b/plugins/repository-azure/licenses/azure-core-1.34.0.jar.sha1 @@ -0,0 +1 @@ +59827c9aeab1c67053fc598207781e56fb8709f6 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/azure-core-http-netty-1.12.4.jar.sha1 b/plugins/repository-azure/licenses/azure-core-http-netty-1.12.4.jar.sha1 deleted file mode 100644 index 5cb180b20cf8b..0000000000000 --- a/plugins/repository-azure/licenses/azure-core-http-netty-1.12.4.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -70dcc08887f2d70a8f812bf00d4fa10390fab3fd \ No newline at end of file diff --git a/plugins/repository-azure/licenses/azure-core-http-netty-1.12.7.jar.sha1 b/plugins/repository-azure/licenses/azure-core-http-netty-1.12.7.jar.sha1 new file mode 100644 index 0000000000000..0c6588c512e29 --- /dev/null +++ b/plugins/repository-azure/licenses/azure-core-http-netty-1.12.7.jar.sha1 @@ -0,0 +1 @@ +e7739b5c0d9c968afcb6100f15f3491143d47814 \ No newline at end of file