Skip to content

Commit

Permalink
fix: bump truth from 1.4.0 to 1.5.0
Browse files Browse the repository at this point in the history
Bumps truth from 1.4.0 to 1.5.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>
  • Loading branch information
dependabot[bot] committed Nov 14, 2022
1 parent 39e248c commit 0a8f42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ dependencies {
androidTestImplementation "androidx.test.espresso:espresso-intents:3.4.0"
androidTestImplementation "androidx.test.ext:junit:1.1.3"
androidTestImplementation "androidx.test.ext:junit-ktx:1.1.3"
androidTestImplementation "androidx.test.ext:truth:1.4.0"
androidTestImplementation "androidx.test.ext:truth:1.5.0"
androidTestImplementation "io.mockk:mockk-android:1.13.2"
androidTestUtil "androidx.test:orchestrator:1.4.1"
}
Expand Down

0 comments on commit 0a8f42d

Please sign in to comment.