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

Commit 593c8f3

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] <support@github.com>
1 parent 02571ec commit 593c8f3

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
@@ -57,7 +57,7 @@ dependencies {
5757
androidTestImplementation 'org.hamcrest:hamcrest:2.2'
5858

5959
testImplementation 'junit:junit:4.13.2'
60-
testImplementation "com.google.truth:truth:1.0"
60+
testImplementation "com.google.truth:truth:1.1.3"
6161
api 'androidx.test:runner:1.1.1'
6262
api 'androidx.test.espresso:espresso-core:3.1.1'
6363

@@ -71,7 +71,7 @@ dependencies {
7171
// Assertions
7272
api 'androidx.test.ext:junit:1.1.3'
7373
api 'androidx.test.ext:truth:1.5.0'
74-
api 'com.google.truth:truth:0.42'
74+
api 'com.google.truth:truth:1.1.3'
7575

7676
// Espresso dependencies
7777
api 'androidx.test.espresso:espresso-core:3.1.0'

0 commit comments

Comments
 (0)