Skip to content

Commit

Permalink
Update OkHttp Dependencies to v4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 18, 2022
1 parent 5442b63 commit 3d7aa8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ dependencies {

// Testing dependencies
implementation 'androidx.test.espresso:espresso-contrib:3.4.0' // Needed for idler
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
testImplementation 'junit:junit:4.13'
testImplementation 'org.mockito:mockito-core:3.11.2'
testImplementation 'org.robolectric:robolectric:4.2.1' // Can't be upgraded until #5454 is fixed
Expand All @@ -158,14 +158,14 @@ dependencies {
testImplementation 'androidx.test.espresso:espresso-intents:3.4.0'
testImplementation 'androidx.test.ext:junit:1.1.3'
testImplementation 'org.robolectric:shadows-httpclient:4.6.1'
testImplementation 'com.squareup.okhttp3:mockwebserver:4.9.1'
testImplementation 'com.squareup.okhttp3:mockwebserver:4.10.0'
androidTestImplementation 'androidx.test:runner:1.4.0'
androidTestImplementation 'androidx.test:rules:1.4.0'
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.4.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.4.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'com.squareup.okhttp3:mockwebserver:4.9.1'
androidTestImplementation 'com.squareup.okhttp3:mockwebserver:4.10.0'
androidTestUtil 'androidx.test:orchestrator:1.4.0'
}
apply plugin: 'com.google.gms.google-services'
Expand Down

0 comments on commit 3d7aa8d

Please sign in to comment.