Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

[espresso]: Bump truth from 1.4.0 to 1.5.0 in /packages/espresso/android #6707

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/espresso/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {

// Assertions
api 'androidx.test.ext:junit:1.1.3'
api 'androidx.test.ext:truth:1.4.0'
api 'androidx.test.ext:truth:1.5.0'
api 'com.google.truth:truth:0.42'

// Espresso dependencies
Expand Down