Skip to content

Commit 7d535ce

Browse files
[gradle]: Bump com.google.truth:truth in /packages/espresso/android
Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.1.3 to 1.4.4. - [Release notes](https://github.com/google/truth/releases) - [Commits](https://github.com/google/truth/commits/v1.4.4) --- 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 c4fc0e0 commit 7d535ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/espresso/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
androidTestImplementation 'org.hamcrest:hamcrest:3.0'
6464

6565
testImplementation 'junit:junit:4.13.2'
66-
testImplementation "com.google.truth:truth:1.1.3"
66+
testImplementation "com.google.truth:truth:1.4.4"
6767
api 'androidx.test.espresso:espresso-core:3.6.1'
6868

6969
// Core library
@@ -76,7 +76,7 @@ dependencies {
7676
// Assertions
7777
api 'androidx.test.ext:junit:1.2.1'
7878
api 'androidx.test.ext:truth:1.6.0'
79-
api 'com.google.truth:truth:1.1.3'
79+
api 'com.google.truth:truth:1.4.4'
8080

8181
// Espresso dependencies
8282
api 'androidx.test.espresso:espresso-core:3.6.1'

0 commit comments

Comments
 (0)