Skip to content

Commit a1093de

Browse files
fix(deps): update dependency org.mockito:mockito-core to v5.14.1 (#83)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 27b585f commit a1093de

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
@@ -18,7 +18,7 @@ material3 = "1.2.1"
1818
[libraries]
1919
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
2020
junit = { group = "junit", name = "junit", version.ref = "junit" }
21-
mockito = { group = "org.mockito", name = "mockito-core", version = "5.12.0" }
21+
mockito = { group = "org.mockito", name = "mockito-core", version = "5.14.1" }
2222
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
2323
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
2424
androidx-lifecycle-process = { group = "androidx.lifecycle", name = "lifecycle-process", version.ref = "lifecycleProcess" }

0 commit comments

Comments
 (0)