Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

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

---
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 Feb 19, 2024
1 parent f8262a4 commit 98090c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
implementation "com.squareup.okhttp3:logging-interceptor:$okhttpVersion"

testImplementation 'junit:junit:4.13.2'
testImplementation 'com.google.truth:truth:1.4.0'
testImplementation 'com.google.truth:truth:1.4.1'
testImplementation 'com.google.jimfs:jimfs:1.3.0'
testImplementation "com.squareup.okhttp3:mockwebserver:$okhttpVersion"
testImplementation 'org.jetbrains.kotlin:kotlin-test'
Expand Down

0 comments on commit 98090c8

Please sign in to comment.