Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump azure-core-http-okhttp from 1.7.0 to 1.9.0 #209

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 10, 2022

Bumps azure-core-http-okhttp from 1.7.0 to 1.9.0.

Release notes

Sourced from azure-core-http-okhttp's releases.

azure-core-http-okhttp_1.9.0

1.9.0 (2022-05-06)

Features Added

  • The OkHttpAsyncClientProvider.createInstance() now has the option to share a single shared HttpClient. Set the environment variable AZURE_ENABLE_HTTP_CLIENT_SHARING to true before starting the process to use the shared HttpClient.

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.27.0 to 1.28.0.

azure-core-test_1.8.0

1.8.0 (2022-05-06)

Features Added

  • Added TestConfigurationSource to enable mocking of a ConfigurationSource.

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.27.0 to 1.28.0.
Commits
  • 14aea8a Prepare for October 2020 release (#15875)
  • 07ffe82 Increment package version after release of com.azure azure-digitaltwins-core ...
  • 4546089 Add digital twins test for pagination of event routes (#15869)
  • af97f53 Decouple PagedIterable and PagedFlux to Prevent Background Page Requests (#15...
  • 4a2713b Add nightly test runs for Core and Identity which run their CI tests (#15859)
  • b7c32bf Set version artificially for the test template runs (#15849)
  • a8e4a8f Release prep for 2020-10-01 (#15867)
  • 64d73d9 Increment version for communication packages (#15866)
  • 37ba6ea Updated versions for Storage 74 beta release (#15863)
  • 7d2a473 [Tables] Allow subclassing TableEntity to map properties to fields (#15820)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies A PR that updates dependencies - used by Release Drafter label May 10, 2022
@timja
Copy link
Member

timja commented May 10, 2022

@dependabot rebase

@timja timja enabled auto-merge (squash) May 10, 2022 09:46
@dependabot dependabot bot force-pushed the dependabot/maven/master/com.azure-azure-core-http-okhttp-1.9.0 branch from b5f234b to 7ae96d7 Compare May 10, 2022 09:47
@basil
Copy link
Member

basil commented May 12, 2022

[2022-05-12T08:13:47.235Z] Require upper bound dependencies error for com.squareup.okhttp3:okhttp:4.9.1 paths to dependency are:
[2022-05-12T08:13:47.235Z] +-org.jenkins-ci.plugins:azure-ad:214.va_04d8a_36ff09
[2022-05-12T08:13:47.235Z]   +-com.microsoft.graph:microsoft-graph:3.8.0
[2022-05-12T08:13:47.235Z]     +-com.squareup.okhttp3:okhttp:4.9.1
[2022-05-12T08:13:47.235Z] and
[2022-05-12T08:13:47.235Z] +-org.jenkins-ci.plugins:azure-ad:214.va_04d8a_36ff09
[2022-05-12T08:13:47.235Z]   +-com.azure:azure-core-http-okhttp:1.9.0
[2022-05-12T08:13:47.235Z]     +-com.squareup.okhttp3:okhttp:4.9.2
[2022-05-12T08:13:47.235Z] and
[2022-05-12T08:13:47.235Z] +-org.jenkins-ci.plugins:azure-ad:214.va_04d8a_36ff09
[2022-05-12T08:13:47.235Z]   +-com.microsoft.graph:microsoft-graph:3.8.0
[2022-05-12T08:13:47.235Z]     +-com.microsoft.graph:microsoft-graph-core:2.0.4
[2022-05-12T08:13:47.235Z]       +-com.squareup.okhttp3:okhttp:4.9.1

I think okhttp could be excluded and we could instead add a plugin-to-plugin dependency on OkHttp API plugin.

@timja
Copy link
Member

timja commented May 13, 2022

Yes we can as of #172 (comment)

dependabot bot and others added 2 commits May 13, 2022 07:37
Bumps [azure-core-http-okhttp](https://github.com/Azure/azure-sdk-for-java) from 1.7.0 to 1.9.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-core_1.7.0...azure-core_1.9.0)

---
updated-dependencies:
- dependency-name: com.azure:azure-core-http-okhttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@timja timja force-pushed the dependabot/maven/master/com.azure-azure-core-http-okhttp-1.9.0 branch from 7ae96d7 to 1b9eb2a Compare May 13, 2022 06:39
@timja timja merged commit 19d9520 into master May 13, 2022
@timja timja deleted the dependabot/maven/master/com.azure-azure-core-http-okhttp-1.9.0 branch May 13, 2022 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies A PR that updates dependencies - used by Release Drafter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants