diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d7ef719..cfedd5c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## [Unreleased] + +**Security** +- Updated OkHttp to 4.11.0 + ## [2.5.0](https://github.com/auth0/auth0-java/tree/2.5.0) (2023-07-18) [Full Changelog](https://github.com/auth0/auth0-java/compare/2.4.0...2.5.0) diff --git a/build.gradle b/build.gradle index 60049005..763f7e4b 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ test { } ext { - okhttpVersion = '4.10.0' + okhttpVersion = '4.11.0' hamcrestVersion = '2.2' jupiterVersion = '5.9.3' }