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 okhttp.version from 3.14.9 to 4.0.0 #250

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps okhttp.version from 3.14.9 to 4.0.0.
Updates com.squareup.okhttp3:okhttp from 3.14.9 to 4.0.0

Changelog

Sourced from com.squareup.okhttp3:okhttp's changelog.

Version 4.0.0

2019-06-26

This release upgrades OkHttp to Kotlin. We tried our best to make fast and safe to upgrade from OkHttp 3.x. We wrote an [upgrade guide][upgrading_to_okhttp_4] to help with the migration and a [blog post][okhttp4_blog_post] to explain it.

  • Fix: Target Java 8 bytecode for Java and Kotlin.

Version 4.0.0-RC3

2019-06-24

  • Fix: Retain binary-compatibility in okhttp3.internal.HttpMethod. Naughty third party SDKs import this and we want to ease upgrades for their users.

Version 4.0.0-RC2

2019-06-21

  • New: Require Kotlin 1.3.40.
  • New: Change the Kotlin API from File.toRequestBody() to File.asRequestBody() and BufferedSource.toResponseBody() to BufferedSource.asResponseBody(). If the returned value is a view of what created it, we use as.
  • Fix: Permit response codes of zero for compatibility with OkHttp 3.x.
  • Fix: Change the return type of MockWebServer.takeRequest() to be nullable.
  • Fix: Make Call.clone() public to Kotlin callers.

Version 4.0.0-RC1

2019-06-03

  • First stable preview of OkHttp 4.

Version 3.14.2

2019-05-19

  • Fix: Lock in a route when recovering from an HTTP/2 connection error. We had a bug where two calls that failed at the same time could cause OkHttp to crash with a NoSuchElementException instead of the expected IOException.

  • Fix: Don't crash with a NullPointerException when formatting an error message describing a truncated response from an HTTPS proxy.

... (truncated)

Commits

Updates com.squareup.okhttp3:mockwebserver from 3.14.9 to 4.0.0

Changelog

Sourced from com.squareup.okhttp3:mockwebserver's changelog.

Version 4.0.0

2019-06-26

This release upgrades OkHttp to Kotlin. We tried our best to make fast and safe to upgrade from OkHttp 3.x. We wrote an [upgrade guide][upgrading_to_okhttp_4] to help with the migration and a [blog post][okhttp4_blog_post] to explain it.

  • Fix: Target Java 8 bytecode for Java and Kotlin.

Version 4.0.0-RC3

2019-06-24

  • Fix: Retain binary-compatibility in okhttp3.internal.HttpMethod. Naughty third party SDKs import this and we want to ease upgrades for their users.

Version 4.0.0-RC2

2019-06-21

  • New: Require Kotlin 1.3.40.
  • New: Change the Kotlin API from File.toRequestBody() to File.asRequestBody() and BufferedSource.toResponseBody() to BufferedSource.asResponseBody(). If the returned value is a view of what created it, we use as.
  • Fix: Permit response codes of zero for compatibility with OkHttp 3.x.
  • Fix: Change the return type of MockWebServer.takeRequest() to be nullable.
  • Fix: Make Call.clone() public to Kotlin callers.

Version 4.0.0-RC1

2019-06-03

  • First stable preview of OkHttp 4.

Version 3.14.2

2019-05-19

  • Fix: Lock in a route when recovering from an HTTP/2 connection error. We had a bug where two calls that failed at the same time could cause OkHttp to crash with a NoSuchElementException instead of the expected IOException.

  • Fix: Don't crash with a NullPointerException when formatting an error message describing a truncated response from an HTTPS proxy.

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
com.squareup.okhttp3:mockwebserver [>= 4.a, < 5]
com.squareup.okhttp3:okhttp [>= 4.a, < 5]

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps `okhttp.version` from 3.14.9 to 4.0.0.

Updates `com.squareup.okhttp3:okhttp` from 3.14.9 to 4.0.0
- [Changelog](https://github.com/square/okhttp/blob/parent-4.0.0/CHANGELOG.md)
- [Commits](square/okhttp@parent-3.14.9...parent-4.0.0)

Updates `com.squareup.okhttp3:mockwebserver` from 3.14.9 to 4.0.0
- [Changelog](https://github.com/square/okhttp/blob/parent-4.0.0/CHANGELOG.md)
- [Commits](square/okhttp@parent-3.14.9...parent-4.0.0)

---
updated-dependencies:
- dependency-name: com.squareup.okhttp3:okhttp
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: com.squareup.okhttp3:mockwebserver
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants