Skip to content

Commit

Permalink
Upgrade mockito to 3.5.7 (#2767)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshafrir-stripe authored Aug 31, 2020
1 parent 3aea7c4 commit 493eb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stripe/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
javadocDeps 'com.google.android.material:material:1.1.0'

testImplementation 'junit:junit:4.13'
testImplementation "org.mockito:mockito-core:3.5.2"
testImplementation "org.mockito:mockito-core:3.5.7"
testImplementation 'org.robolectric:robolectric:4.3.1'
testImplementation "androidx.test:core:$androidTestVersion"
testImplementation 'org.json:json:20200518'
Expand Down

0 comments on commit 493eb34

Please sign in to comment.