Skip to content

Commit

Permalink
Update dependency org.mockito:mockito-core to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 24, 2022
1 parent 5442b63 commit c059212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ dependencies {
implementation 'androidx.test.espresso:espresso-contrib:3.4.0' // Needed for idler
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
testImplementation 'junit:junit:4.13'
testImplementation 'org.mockito:mockito-core:3.11.2'
testImplementation 'org.mockito:mockito-core:4.5.1'
testImplementation 'org.robolectric:robolectric:4.2.1' // Can't be upgraded until #5454 is fixed
testImplementation 'androidx.test:core:1.4.0'
testImplementation 'androidx.test:rules:1.4.0'
Expand Down

0 comments on commit c059212

Please sign in to comment.