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

Commit d67e294

Browse files
[espresso]: Bump com.google.truth:truth in /packages/espresso/android
Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.0 to 1.1.3. - [Release notes](https://github.com/google/truth/releases) - [Commits](https://github.com/google/truth/commits) --- updated-dependencies: - dependency-name: com.google.truth:truth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 34a6813 commit d67e294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/espresso/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
androidTestImplementation 'org.hamcrest:hamcrest:2.2'
5555

5656
testImplementation 'junit:junit:4.13.2'
57-
testImplementation "com.google.truth:truth:1.0"
57+
testImplementation "com.google.truth:truth:1.1.3"
5858
api 'androidx.test:runner:1.1.1'
5959
api 'androidx.test.espresso:espresso-core:3.1.1'
6060

@@ -68,7 +68,7 @@ dependencies {
6868
// Assertions
6969
api 'androidx.test.ext:junit:1.1.5'
7070
api 'androidx.test.ext:truth:1.5.0'
71-
api 'com.google.truth:truth:0.42'
71+
api 'com.google.truth:truth:1.1.3'
7272

7373
// Espresso dependencies
7474
api 'androidx.test.espresso:espresso-core:3.5.1'

0 commit comments

Comments
 (0)