diff --git a/packages/espresso/android/build.gradle b/packages/espresso/android/build.gradle index bda13fc52780..acd044c8377b 100644 --- a/packages/espresso/android/build.gradle +++ b/packages/espresso/android/build.gradle @@ -54,7 +54,7 @@ dependencies { androidTestImplementation 'org.hamcrest:hamcrest:2.2' testImplementation 'junit:junit:4.13.2' - testImplementation "com.google.truth:truth:1.0" + testImplementation "com.google.truth:truth:1.1.3" api 'androidx.test:runner:1.1.1' api 'androidx.test.espresso:espresso-core:3.1.1' @@ -68,7 +68,7 @@ dependencies { // Assertions api 'androidx.test.ext:junit:1.1.5' api 'androidx.test.ext:truth:1.5.0' - api 'com.google.truth:truth:0.42' + api 'com.google.truth:truth:1.1.3' // Espresso dependencies api 'androidx.test.espresso:espresso-core:3.5.1'