Skip to content

chore(deps): update dependency com.squareup.okhttp3:mockwebserver to v4.4.1#95

Merged
kristjank merged 2 commits intomasterfrom
renovate/com.squareup.okhttp3-mockwebserver-4.x
Mar 9, 2020
Merged

chore(deps): update dependency com.squareup.okhttp3:mockwebserver to v4.4.1#95
kristjank merged 2 commits intomasterfrom
renovate/com.squareup.okhttp3-mockwebserver-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 9, 2020

This PR contains the following updates:

Package Update Change
com.squareup.okhttp3:mockwebserver (source) patch 4.4.0 -> 4.4.1

Release Notes

square/okhttp

v4.4.1

2020-03-08

  • Fix: Don't reuse a connection on redirect if certs match but DNS does not. For better
    locality and performance OkHttp attempts to use the same pooled connection across redirects and
    follow-ups. It independently shares connections when the IP addresses and certificates match,
    even if the host names do not. In 4.4.0 we introduced a regression where we shared a connection
    when certificates matched but the DNS addresses did not. This would only occur when following a
    redirect from one hostname to another, and where both hosts had common certificates.

  • Fix: Don't fail on a redirect when a client has configured a 'trust everything' trust manager.
    Typically this would cause certain redirects to fail in debug and development configurations.


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 788e597 into master Mar 9, 2020
@renovate renovate bot deleted the renovate/com.squareup.okhttp3-mockwebserver-4.x branch March 9, 2020 08:05
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