@@ -149,7 +149,7 @@ dependencies {
149149
150150 // Testing dependencies
151151 implementation ' androidx.test.espresso:espresso-contrib:3.4.0' // Needed for idler
152- implementation ' com.squareup.okhttp3:okhttp:4.9.1 '
152+ implementation ' com.squareup.okhttp3:okhttp:4.10.0 '
153153 testImplementation ' junit:junit:4.13'
154154 testImplementation ' org.mockito:mockito-core:3.11.2'
155155 testImplementation ' org.robolectric:robolectric:4.2.1' // Can't be upgraded until #5454 is fixed
@@ -158,14 +158,14 @@ dependencies {
158158 testImplementation ' androidx.test.espresso:espresso-intents:3.4.0'
159159 testImplementation ' androidx.test.ext:junit:1.1.3'
160160 testImplementation ' org.robolectric:shadows-httpclient:4.6.1'
161- testImplementation ' com.squareup.okhttp3:mockwebserver:4.9.1 '
161+ testImplementation ' com.squareup.okhttp3:mockwebserver:4.10.0 '
162162 androidTestImplementation ' androidx.test:runner:1.4.0'
163163 androidTestImplementation ' androidx.test:rules:1.4.0'
164164 androidTestImplementation ' androidx.test.espresso:espresso-intents:3.4.0'
165165 androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
166166 androidTestImplementation ' androidx.test.espresso:espresso-contrib:3.4.0'
167167 androidTestImplementation ' androidx.test.ext:junit:1.1.3'
168- androidTestImplementation ' com.squareup.okhttp3:mockwebserver:4.9.1 '
168+ androidTestImplementation ' com.squareup.okhttp3:mockwebserver:4.10.0 '
169169 androidTestUtil ' androidx.test:orchestrator:1.4.0'
170170}
171171apply plugin : ' com.google.gms.google-services'
0 commit comments