Skip to content

Commit

Permalink
build(dependencies): Update OkHttp to 4.11.0 [SDK-4501]
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Aug 21, 2023
1 parent d60c116 commit 3a611a8
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.10.1](https://github.com/auth0/Auth0.Android/tree/2.10.1) (2023-08-01)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.10.0...2.10.1)

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

ext {
okhttpVersion = '4.10.0'
okhttpVersion = '4.11.0'
powermockVersion = '2.0.9'
coroutinesVersion = '1.6.2'
}
Expand Down

0 comments on commit 3a611a8

Please sign in to comment.