Bump test dependencies

This commit is contained in:
William Brawner 2022-11-16 17:46:45 -07:00
parent 3f3b30f2b4
commit da795df33e

View file

@ -61,8 +61,8 @@ dependencies {
testImplementation "com.squareup.okhttp3:mockwebserver:$okhttp_version"
testImplementation 'org.robolectric:robolectric:4.9'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
androidTestImplementation 'androidx.test:runner:1.4.0'
androidTestUtil 'androidx.test:orchestrator:1.4.1'
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
androidTestImplementation 'androidx.test:runner:1.5.1'
androidTestUtil 'androidx.test:orchestrator:1.4.2'
}