diff --git a/app/build.gradle b/app/build.gradle index e10456e..908320a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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.12.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 @@ -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.12.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.12.0' androidTestUtil 'androidx.test:orchestrator:1.4.0' } apply plugin: 'com.google.gms.google-services'