Skip to content

Commit

Permalink
Bump com.google.truth:truth from 1.1.5 to 1.2.0
Browse files Browse the repository at this point in the history
Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.1.5 to 1.2.0.
- [Release notes](https://github.com/google/truth/releases)
- [Commits](google/truth@v1.1.5...v1.2.0)

---
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 Dec 19, 2023
1 parent 7e0e3e3 commit c285225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ junit5-vintage = { module = "org.junit.vintage:junit-vintage-engine", version.re
runner = { module = "androidx.test:runner", version = "1.5.2" }
orchestrator = { module = "androidx.test:orchestrator", version = "1.4.2" }

truth = { module = "com.google.truth:truth", version = "1.1.5" }
truth = { module = "com.google.truth:truth", version = "1.2.0" }
mockk = { module = "io.mockk:mockk", version = "1.13.8" }
coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
arch-core-testing = { module = "androidx.arch.core:core-testing", version = "2.2.0" }
Expand Down

0 comments on commit c285225

Please sign in to comment.