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.0
  • Loading branch information
renovate[bot] authored Feb 2, 2024
1 parent fd5db24 commit 2163e63
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 @@ -101,7 +101,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.0" }

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 2163e63

Please sign in to comment.