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.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent e652ac3 commit 9db1eef
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.4.0" }
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.11.1" }
tests-mockito = { module = "org.mockito:mockito-core", version = "5.10.0" }
tests-mockito = { module = "org.mockito:mockito-core", version = "5.14.1" }

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

Expand Down

0 comments on commit 9db1eef

Please sign in to comment.