-
Notifications
You must be signed in to change notification settings - Fork 131
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
Support for OkHttp 4.3.x #236
Comments
Thanks for the heads-up! Probably not something we will do until the next major. There are no plans for one yet. But, definitely good to keep in mind. |
You should upgrade OkHttp sooner. Staying with an old OkHttp is like staying with an old version of OpenSSL or Chrome: it's a security hazard! Here's SSL configuration changes since that release. Note that OkHttp 3.13 bumped the minimum platform to Java 8 or Android 5. These are the earliest platforms to support TLS 1.2. |
Yes, and 3.9.1 appears to be around 810 days old! I'd expect security to be a concern motivating the release of new Auth0 SDKs 😅 |
Currently, the library depends on
3.9.1
. It's old enough that it's causing a dependency issue in my project, and I'd rather use a version from the latest major release.Indeed, the OkHttp documentation states that:
(*Source).
We should upgrade to
4.3.x
! 🚀The text was updated successfully, but these errors were encountered: