Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency org.mockito:mockito-core to v5.10.0 (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 4, 2024
1 parent 000f9ce commit 3c924d6
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 @@ -28,7 +28,7 @@ tests-google-truth = { module = "com.google.truth:truth", version = "1.1.5" }
tests-androidx-ext-junit = { module = "androidx.test.ext:junit", version = "1.1.5" }
tests-androidx-espresso-core = { module = "androidx.test.espresso:espresso-core", version = "3.5.1" }
tests-robolectric = { module = "org.robolectric:robolectric", version = "4.10.3" }
tests-mockito = { module = "org.mockito:mockito-core", version = "5.5.0" }
tests-mockito = { module = "org.mockito:mockito-core", version = "5.10.0" }

gradle-android = { module = "com.android.tools.build:gradle", version.ref = "agp" }

Expand Down

0 comments on commit 3c924d6

Please sign in to comment.