diff --git a/app/build.gradle b/app/build.gradle index eaafa5f14..f7a1e0190 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -58,14 +58,14 @@ dependencies { implementation project(':iterableapi') implementation project(':iterableapi-ui') - testImplementation 'junit:junit:4.12' - testImplementation 'androidx.test:runner:1.2.0' - testImplementation 'androidx.test.espresso:espresso-core:3.2.0' - testImplementation 'androidx.test.ext:junit:1.1.1' - testImplementation 'androidx.test:rules:1.2.0' - testImplementation 'org.mockito:mockito-core:2.27.0' - testImplementation 'org.robolectric:robolectric:4.3.1' - testImplementation 'org.robolectric:shadows-playservices:4.3.1' + testImplementation 'junit:junit:4.13.2' + testImplementation 'androidx.test:runner:1.5.2' + testImplementation 'androidx.test.espresso:espresso-core:3.5.1' + testImplementation 'androidx.test.ext:junit:1.1.5' + testImplementation 'androidx.test:rules:1.5.0' + testImplementation 'org.mockito:mockito-core:3.3.3' + testImplementation 'org.robolectric:robolectric:4.9.2' + testImplementation 'org.robolectric:shadows-playservices:4.9.2' testImplementation 'com.squareup.okhttp3:mockwebserver:4.2.2' androidTestImplementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" androidTestImplementation 'androidx.test:runner:1.2.0'