Skip to content

Commit 749c94f

Browse files
Update dependency org.mockito:mockito-core to v5
1 parent 5442b63 commit 749c94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ dependencies {
151151
implementation 'androidx.test.espresso:espresso-contrib:3.4.0' // Needed for idler
152152
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
153153
testImplementation 'junit:junit:4.13'
154-
testImplementation 'org.mockito:mockito-core:3.11.2'
154+
testImplementation 'org.mockito:mockito-core:5.14.0'
155155
testImplementation 'org.robolectric:robolectric:4.2.1' // Can't be upgraded until #5454 is fixed
156156
testImplementation 'androidx.test:core:1.4.0'
157157
testImplementation 'androidx.test:rules:1.4.0'

0 commit comments

Comments
 (0)