diff --git a/packages/espresso/android/build.gradle b/packages/espresso/android/build.gradle index ce461b1ebe55..2b67a14a3590 100644 --- a/packages/espresso/android/build.gradle +++ b/packages/espresso/android/build.gradle @@ -57,7 +57,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.5" api 'androidx.test:runner:1.1.1' api 'androidx.test.espresso:espresso-core:3.1.1' @@ -71,7 +71,7 @@ dependencies { // Assertions api 'androidx.test.ext:junit:1.1.3' api 'androidx.test.ext:truth:1.4.0' - api 'com.google.truth:truth:0.42' + api 'com.google.truth:truth:1.1.5' // Espresso dependencies api 'androidx.test.espresso:espresso-core:3.1.0'