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 Aug 1, 2024
1 parent 17298a3 commit a72c55f
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 @@ -116,7 +116,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.12" }
turbine = { module = "app.cash.turbine:turbine", version = "1.1.0" }
Expand Down

0 comments on commit a72c55f

Please sign in to comment.