We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d60c116 commit 3a611a8Copy full SHA for 3a611a8
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## [Unreleased]
4
+
5
+**Security**
6
+- Updated OkHttp to 4.11.0
7
8
## [2.10.1](https://github.com/auth0/Auth0.Android/tree/2.10.1) (2023-08-01)
9
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.10.0...2.10.1)
10
auth0/build.gradle
@@ -88,7 +88,7 @@ android {
88
}
89
90
ext {
91
- okhttpVersion = '4.10.0'
+ okhttpVersion = '4.11.0'
92
powermockVersion = '2.0.9'
93
coroutinesVersion = '1.6.2'
94
0 commit comments