diff --git a/auth0/build.gradle b/auth0/build.gradle index ce7df15b..405eb632 100644 --- a/auth0/build.gradle +++ b/auth0/build.gradle @@ -88,7 +88,7 @@ android { } ext { - okhttpVersion = '4.11.0' + okhttpVersion = '4.12.0' powermockVersion = '2.0.9' coroutinesVersion = '1.6.2' } @@ -106,12 +106,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'androidx.browser:browser:1.4.0' implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion" - - // TODO remove direct dependency when OkHttp 4.12.0 is released - implementation ("com.squareup.okhttp3:okhttp:${okhttpVersion}") { - exclude group: 'com.squareup.okhttp3', module: 'okio' - } - implementation "com.squareup.okio:okio:3.5.0" + implementation "com.squareup.okhttp3:okhttp:$okhttpVersion" implementation "com.squareup.okhttp3:logging-interceptor:$okhttpVersion" implementation 'com.google.code.gson:gson:2.8.9'