Skip to content

Commit

Permalink
Bump androidx.test.ext:truth from 1.4.0 to 1.6.0 in /android (#197)
Browse files Browse the repository at this point in the history
Bumps androidx.test.ext:truth from 1.4.0 to 1.6.0.

---
updated-dependencies:
- dependency-name: androidx.test.ext:truth
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 7fd71ad commit f302912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/releasetest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dependencies {
androidTestImplementation "androidx.test:runner:1.4.0"

androidTestImplementation "androidx.test.ext:junit:1.1.4"
androidTestImplementation "androidx.test.ext:truth:1.4.0"
androidTestImplementation "androidx.test.ext:truth:1.6.0"
androidTestImplementation('org.awaitility:awaitility:4.2.2') {
transitive = false
}
Expand Down

0 comments on commit f302912

Please sign in to comment.