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 20, 2023
1 parent 037c7ff commit 0b3ccc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ dependencies {
implementation("com.google.auto.value:auto-value:1.10.4")
implementation("com.google.auto.value:auto-value-annotations:1.10.4")
testImplementation("junit:junit:4.13.2")
testImplementation("com.google.truth:truth:1.1.5")
testImplementation("com.google.truth:truth:1.2.0")
testImplementation("org.jetbrains.kotlin:kotlin-test:1.9.21")
testImplementation("com.google.testing.compile:compile-testing:0.21.0")
testImplementation("com.ryanharter.auto.value:auto-value-moshi-extension:1.1.0")
Expand Down

0 comments on commit 0b3ccc0

Please sign in to comment.