Skip to content

Commit 3a611a8

Browse files
committed
build(dependencies): Update OkHttp to 4.11.0 [SDK-4501]
1 parent d60c116 commit 3a611a8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## [Unreleased]
4+
5+
**Security**
6+
- Updated OkHttp to 4.11.0
7+
38
## [2.10.1](https://github.com/auth0/Auth0.Android/tree/2.10.1) (2023-08-01)
49
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.10.0...2.10.1)
510

auth0/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ android {
8888
}
8989

9090
ext {
91-
okhttpVersion = '4.10.0'
91+
okhttpVersion = '4.11.0'
9292
powermockVersion = '2.0.9'
9393
coroutinesVersion = '1.6.2'
9494
}

0 commit comments

Comments
 (0)