Skip to content

Commit

Permalink
Merge pull request #285 from hossain-khan/renovate/com.google.truth-t…
Browse files Browse the repository at this point in the history
…ruth-1.x

Update dependency com.google.truth:truth to v1.4.1
  • Loading branch information
hossain-khan authored Feb 18, 2024
2 parents eb89a79 + 2118b60 commit 245f56c
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 @@ -60,7 +60,7 @@ dependencies {
// =======================
//
testImplementation(kotlin("test"))
testImplementation("com.google.truth:truth:1.4.0")
testImplementation("com.google.truth:truth:1.4.1")
testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
// MockK - https://mockk.io/ : don't use 1.13.8 due to
// https://github.com/mockk/mockk/issues/1168#issuecomment-1823071494
Expand Down

0 comments on commit 245f56c

Please sign in to comment.