auth0 / auth0-java

Java client library for the Auth0 platform
https://auth0.com
MIT License
283 stars 131 forks source link

Update Okio to resolve CVE-2023-3635 #560

Closed jimmyjames closed 10 months ago

jimmyjames commented 10 months ago

Excludes transient dependency okio from OkHttp and include 3.5.0 which resolves CVE-2023-3635. Once OkHttp 4.12.0 is released we can remove the manual okio dependency and exclude rule.