Skip to content

Update dependency com.squareup.okhttp3:logging-interceptor to v4.9.3 - autoclosed #21

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

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 14, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.squareup.okhttp3:logging-interceptor (source) 4.8.1 -> 4.9.3 age adoption passing confidence

Release Notes

square/okhttp

v4.9.3

2021-11-21

  • Fix: Don't fail HTTP/2 responses if they complete before a RST_STREAM is sent.

v4.9.2

2021-09-30

  • Fix: Don't include potentially-sensitive header values in Headers.toString() or exceptions.
    This applies to Authorization, Cookie, Proxy-Authorization, and Set-Cookie headers.
  • Fix: Don't crash with an InaccessibleObjectException when running on JDK17+ with strong
    encapsulation enabled.
  • Fix: Strictly verify hostnames used with OkHttp's HostnameVerifier. Programs that make direct
    manual calls to HostnameVerifier could be defeated if the hostnames they pass in are not
    strictly ASCII. This issue is tracked as [CVE-2021-0341].

v4.9.1

2021-01-30

  • Fix: Work around a crash in Android 10 and 11 that may be triggered when two threads
    concurrently close an SSL socket. This would have appeared in crash logs as
    NullPointerException: bio == null.

v4.9.0

2020-09-11

With this release, okhttp-tls no longer depends on Bouncy Castle and doesn't install the
Bouncy Castle security provider.
If you still need it, you can do it yourself:

Security.addProvider(BouncyCastleProvider())

You will also need to configure this dependency:

dependencies {
  implementation "org.bouncycastle:bcprov-jdk15on:1.65"
}
  • Upgrade: [Kotlin 1.4.10][kotlin_1_4_10]. We now use Kotlin 1.4.x [functional
    interfaces][fun_interface] for Authenticator, Interceptor, and others.
  • Upgrade: Build with Conscrypt 2.5.1.

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, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/com.squareup.okhttp3-logging-interceptor-4.x branch from 5a97193 to 5cfe482 Compare November 22, 2021 04:49
@renovate renovate bot changed the title Update dependency com.squareup.okhttp3:logging-interceptor to v4.9.2 Update dependency com.squareup.okhttp3:logging-interceptor to v4.9.3 Nov 22, 2021
@renovate renovate bot force-pushed the renovate/com.squareup.okhttp3-logging-interceptor-4.x branch from 5cfe482 to e0e837c Compare November 24, 2021 14:35
@renovate renovate bot force-pushed the renovate/com.squareup.okhttp3-logging-interceptor-4.x branch from e0e837c to 0c0d778 Compare November 24, 2021 14:36
@renovate renovate bot changed the title Update dependency com.squareup.okhttp3:logging-interceptor to v4.9.3 Update dependency com.squareup.okhttp3:logging-interceptor to v4.9.3 - autoclosed Nov 24, 2021
@renovate renovate bot closed this Nov 24, 2021
@renovate renovate bot deleted the renovate/com.squareup.okhttp3-logging-interceptor-4.x branch November 24, 2021 16:36
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.

1 participant