Skip to content

chore(deps): update dependency com.squareup.okhttp3:mockwebserver to v4.8.0#131

Merged
kristjank merged 1 commit intodevelopfrom
renovate/com.squareup.okhttp3-mockwebserver-4.x
Jul 13, 2020
Merged

chore(deps): update dependency com.squareup.okhttp3:mockwebserver to v4.8.0#131
kristjank merged 1 commit intodevelopfrom
renovate/com.squareup.okhttp3-mockwebserver-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 11, 2020

This PR contains the following updates:

Package Update Change
com.squareup.okhttp3:mockwebserver (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: Whenever PR becomes conflicted, 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.

@kristjank kristjank merged commit f2b8e62 into develop Jul 13, 2020
@kristjank kristjank deleted the renovate/com.squareup.okhttp3-mockwebserver-4.x branch July 13, 2020 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants