Skip to content

Commit

Permalink
build(dependencies): Update OkHttp to 4.11.0 [SDK-4501] (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Aug 21, 2023
2 parents 0edab21 + 523f506 commit 453bd29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ test {
}

ext {
okhttpVersion = '4.10.0'
okhttpVersion = '4.11.0'
hamcrestVersion = '2.2'
jupiterVersion = '5.9.3'
}
Expand Down

0 comments on commit 453bd29

Please sign in to comment.