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.4
  • Loading branch information
renovate[bot] authored Jul 12, 2024
1 parent 9f009c7 commit 6544cb7
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 @@ -110,7 +110,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.4" }

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

0 comments on commit 6544cb7

Please sign in to comment.