Skip to content

chore(deps): update dependency com.squareup.okhttp3:okhttp to v4.8.0 #3349

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

Merged
merged 1 commit into from
Jul 11, 2020
Merged

chore(deps): update dependency com.squareup.okhttp3:okhttp to v4.8.0 #3349

merged 1 commit into from
Jul 11, 2020

Conversation

renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Update Change
com.squareup.okhttp3:okhttp (source) minor 4.7.2 -> 4.8.0

Release Notes

square/okhttp

v4.8.0

2020-07-11

  • New: Change HeldCertificate.Builder to use its own ASN.1 certificate encoder. This is part
    of our effort to remove the okhttp-tls module's dependency on Bouncy Castle. We think Bouncy
    Castle is great! But it's a large dependency (6.5 MiB) and its security provider feature
    impacts VM-wide behavior.

  • New: Reduce contention for applications that make a very high number of concurrent requests.
    Previously OkHttp used its connection pool as a lock when making changes to connections and
    calls. With this change each connection is locked independently.

  • Upgrade: [Okio 2.7.0][okio_2_7_0].

    implementation("com.squareup.okio:okio:2.7.0")
  • Fix: Avoid log messages like "Didn't find class org.conscrypt.ConscryptHostnameVerifier" when
    detecting the TLS capabilities of the host platform.

  • Fix: Don't crash in HttpUrl.topPrivateDomain() when the hostname is malformed.

  • Fix: Don't attempt Brotli decompression if the response body is empty.


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team July 11, 2020 18:46
@forking-renovate forking-renovate bot added the automerge Merge the pull request once unit tests and other checks pass. label Jul 11, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Jul 11, 2020
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 11, 2020
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Jul 11, 2020
@lesv lesv merged commit be94d31 into GoogleCloudPlatform:master Jul 11, 2020
@renovate-bot renovate-bot deleted the renovate/com.squareup.okhttp3-okhttp-4.x branch July 11, 2020 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge the pull request once unit tests and other checks pass. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants