Skip to content

Commit

Permalink
chore(dependencies): Update OkHttp to 4.12.0 (auth0#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Oct 25, 2023
1 parent 2bd4c7c commit 873989c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions auth0/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ android {
}

ext {
okhttpVersion = '4.11.0'
okhttpVersion = '4.12.0'
powermockVersion = '2.0.9'
coroutinesVersion = '1.6.2'
}
Expand All @@ -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'
Expand Down

0 comments on commit 873989c

Please sign in to comment.