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.2
  • Loading branch information
renovate[bot] authored Feb 29, 2024
1 parent 8550f83 commit dc8925b
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 @@ -103,7 +103,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.2" }

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

0 comments on commit dc8925b

Please sign in to comment.