Skip to content

Commit e06ac5f

Browse files
committed
bump mockito
1 parent d7b767b commit e06ac5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ dependencies {
6363

6464
androidTestImplementation 'tools.fastlane:screengrab:2.1.1'
6565

66-
testImplementation 'org.mockito:mockito-core:2.18.3'
67-
androidTestImplementation 'org.mockito:mockito-android:2.18.3'
66+
testImplementation 'org.mockito:mockito-android:5.14.1' // Use the latest
67+
androidTestImplementation 'org.mockito:mockito-android:5.14.1'
6868

6969
implementation 'androidx.test.espresso:espresso-idling-resource:3.6.1'
7070
implementation fileTree(dir: 'libs', include: ['*.jar'])

0 commit comments

Comments
 (0)