Skip to content

Commit

Permalink
fix(deps): update dependency com.google.truth.extensions:truth-java8-…
Browse files Browse the repository at this point in the history
…extension to v1.4.1
  • Loading branch information
renovate[bot] authored Feb 16, 2024
1 parent 6e4d9bd commit 0fe358e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ sentry-okhttp = { module = "io.sentry:sentry-android-okhttp", version.ref = "sen

junit = { module = "junit:junit", version = "4.13.2" }
truth = { module = "com.google.truth:truth", version = "1.1.5" }
truth-java8 = { module = "com.google.truth.extensions:truth-java8-extension", version = "1.1.5" }
truth-java8 = { module = "com.google.truth.extensions:truth-java8-extension", version = "1.4.1" }

mockk = { module = "io.mockk:mockk", version = "1.13.8" }
turbine = { module = "app.cash.turbine:turbine", version = "1.0.0" }
Expand Down

0 comments on commit 0fe358e

Please sign in to comment.