Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Bump azure-core from 1.33.0 to 1.34.0 and azure-core-http-netty from …
Browse files Browse the repository at this point in the history
…1.12.4 to 1.12.7 in /plugins/repository-azure (opensearch-project#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 <gkart@amazon.com>

* 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](Azure/azure-sdk-for-java@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] <support@github.com>

* Updating SHAs

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Kartik Ganesh <gkart@amazon.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kartik Ganesh <gkart@amazon.com>
  • Loading branch information
3 people authored Nov 21, 2022
1 parent 7dc137f commit 0c6411a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
[Unreleased 2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.4...2.x
4 changes: 2 additions & 2 deletions plugins/repository-azure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
59827c9aeab1c67053fc598207781e56fb8709f6

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e7739b5c0d9c968afcb6100f15f3491143d47814

0 comments on commit 0c6411a

Please sign in to comment.