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

Commit

Permalink
Update dependency com.google.truth:truth to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and JakeWharton committed Feb 16, 2024
1 parent 3b0869e commit 936e65f
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 @@ -35,7 +35,7 @@ dependencies {

testImplementation "junit:junit:4.13.2"
testImplementation "com.squareup.okhttp3:mockwebserver:4.12.0"
testImplementation "com.google.truth:truth:1.4.0"
testImplementation "com.google.truth:truth:1.4.1"
testImplementation "org.jetbrains.kotlinx:kotlinx-serialization-protobuf:${versions.serialization}"
testImplementation "org.jetbrains.kotlinx:kotlinx-serialization-json:${versions.serialization}"
}
Expand Down

0 comments on commit 936e65f

Please sign in to comment.