auth0 / Auth0.Android

Android toolkit for Auth0 API
https://auth0.com
MIT License
216 stars 133 forks source link

chore(dependencies): Update OkHttp to 4.12.0 #696

Closed evansims closed 11 months ago

evansims commented 11 months ago

Changes

This PR follows up on #687 and bumps the OkHttp dependency to 4.12, now that it's been released. It removes the temporary workaround for forcing okio 3.5 with 4.11, as this is now included in 4.12.

References

This also resolves CVE-2020-29582, a vulnerability in OkHttp 4.11.

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. Since this library has unit testing, tests should be added for new functionality and existing tests should complete without errors.

Checklist

evansims commented 11 months ago

Please disregard the canceled CircleCI build indicating a check failure; this was a leftover webhook from our recent CI migration to GitHub. I have disabled it within the repository for future PRs.