diff --git a/ui/build.gradle b/ui/build.gradle index 1544467c9..7fdbb6b2d 100644 --- a/ui/build.gradle +++ b/ui/build.gradle @@ -45,23 +45,23 @@ dependencies { implementation "androidx.appcompat:appcompat:1.0.2" implementation "com.google.android.material:material:1.0.0" implementation "androidx.constraintlayout:constraintlayout:1.1.3" - implementation "androidx.test.espresso:espresso-idling-resource:3.1.1" + implementation "androidx.test.espresso:espresso-idling-resource:3.2.0" implementation "androidx.legacy:legacy-support-v4:1.0.0" implementation "androidx.recyclerview:recyclerview:1.0.0" api "com.hyperwallet.android:core-sdk:1.0.0-beta03-SNAPSHOT" - androidTestImplementation "androidx.test.ext:junit:1.1.0" - androidTestImplementation "androidx.test:runner:1.1.1" - androidTestImplementation "androidx.test:rules:1.1.1" - androidTestImplementation "androidx.test.espresso:espresso-core:3.1.1" - androidTestImplementation "androidx.test.espresso:espresso-contrib:3.1.1" - androidTestImplementation "androidx.test.espresso:espresso-intents:3.1.1" + androidTestImplementation "androidx.test.ext:junit:1.1.1" + androidTestImplementation "androidx.test:runner:1.2.0" + androidTestImplementation "androidx.test:rules:1.2.0" + androidTestImplementation "androidx.test.espresso:espresso-core:3.2.0" + androidTestImplementation "androidx.test.espresso:espresso-contrib:3.2.0" + androidTestImplementation "androidx.test.espresso:espresso-intents:3.2.0" androidTestImplementation "com.squareup.okhttp3:mockwebserver:3.11.0" androidTestImplementation "com.squareup.leakcanary:leakcanary-android-instrumentation:1.6.3" androidTestImplementation "com.squareup.leakcanary:leakcanary-support-fragment:1.6.3" - testImplementation group: 'org.mockito', name: 'mockito-core', version: "2.25.0" + testImplementation group: 'org.mockito', name: 'mockito-core', version: "2.27.0" testImplementation group: 'pl.pragmatists', name: 'JUnitParams', version: "1.1.1" testImplementation "org.robolectric:robolectric:4.1" testImplementation "com.squareup.okhttp3:mockwebserver:3.11.0"