Update dependency com.squareup.okhttp3:mockwebserver to v4.9.2
This MR contains the following updates:
Package | Update | Change |
---|---|---|
com.squareup.okhttp3:mockwebserver (source) | patch |
4.9.1 -> 4.9.2
|
Release Notes
square/okhttp
v4.9.2
2021-09-30
- Fix: Don't include potentially-sensitive header values in
Headers.toString()
or exceptions. This applies toAuthorization
,Cookie
,Proxy-Authorization
, andSet-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 toHostnameVerifier
could be defeated if the hostnames they pass in are not strictly ASCII. This issue is tracked as [CVE-2021-0341].
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot. The local configuration can be found in the local Renovate Bot repository.
Edited by Housekeeper (bot)