Skip to content

Commit 7218cab

Browse files
fix(deps): update mockito monorepo to v5.21.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d99740b commit 7218cab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,14 +333,14 @@ dependencies {
333333
debugImplementation("androidx.compose.ui:ui-test-manifest")
334334

335335
testImplementation 'junit:junit:4.13.2'
336-
testImplementation 'org.mockito:mockito-core:5.20.0'
336+
testImplementation 'org.mockito:mockito-core:5.21.0'
337337
testImplementation 'androidx.arch.core:core-testing:2.2.0'
338338

339339
androidTestImplementation "androidx.test:core:1.7.0"
340340

341341
androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2"
342342
androidTestImplementation 'androidx.test:core-ktx:1.7.0'
343-
androidTestImplementation 'org.mockito:mockito-android:5.20.0'
343+
androidTestImplementation 'org.mockito:mockito-android:5.21.0'
344344
androidTestImplementation "androidx.work:work-testing:${workVersion}"
345345
// Espresso core
346346
androidTestImplementation ("androidx.test.espresso:espresso-core:$espressoVersion", {

0 commit comments

Comments
 (0)