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

Commit 2855f89

Browse files
fix(deps): update dependency org.mockito:mockito-core to v5.13.0
1 parent fb827ce commit 2855f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tests-google-truth = { module = "com.google.truth:truth", version = "1.4.0" }
2828
tests-androidx-ext-junit = { module = "androidx.test.ext:junit", version = "1.1.5" }
2929
tests-androidx-espresso-core = { module = "androidx.test.espresso:espresso-core", version = "3.5.1" }
3030
tests-robolectric = { module = "org.robolectric:robolectric", version = "4.11.1" }
31-
tests-mockito = { module = "org.mockito:mockito-core", version = "5.10.0" }
31+
tests-mockito = { module = "org.mockito:mockito-core", version = "5.13.0" }
3232

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

0 commit comments

Comments
 (0)