Skip to content

Commit

Permalink
Bump truth from 1.1 to 1.1.3
Browse files Browse the repository at this point in the history
Bumps [truth](https://github.com/google/truth) from 1.1 to 1.1.3.
- [Release notes](https://github.com/google/truth/releases)
- [Commits](https://github.com/google/truth/commits)

---
updated-dependencies:
- dependency-name: com.google.truth:truth
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 11, 2022
1 parent 72ee709 commit 51b8338
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 @@ -69,7 +69,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.4.21")
implementation(gradleApi())
testImplementation(gradleTestKit())
testImplementation("com.google.truth:truth:1.1")
testImplementation("com.google.truth:truth:1.1.3")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.7.0")
}
Expand Down

0 comments on commit 51b8338

Please sign in to comment.