Skip to content

Commit

Permalink
[gradle]: Bump com.google.truth:truth in /packages/espresso/android
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 14, 2024
1 parent 2475290 commit 60eaa6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/espresso/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies {
androidTestImplementation 'org.hamcrest:hamcrest:2.2'

testImplementation 'junit:junit:4.13.2'
testImplementation "com.google.truth:truth:1.1.3"
testImplementation "com.google.truth:truth:1.4.4"
api 'androidx.test.espresso:espresso-core:3.6.1'

// Core library
Expand All @@ -76,7 +76,7 @@ dependencies {
// Assertions
api 'androidx.test.ext:junit:1.2.1'
api 'androidx.test.ext:truth:1.6.0'
api 'com.google.truth:truth:1.1.3'
api 'com.google.truth:truth:1.4.4'

// Espresso dependencies
api 'androidx.test.espresso:espresso-core:3.6.1'
Expand Down

0 comments on commit 60eaa6b

Please sign in to comment.