Skip to content

Commit

Permalink
Update junit from 4.13.1 to 4.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiGr committed May 28, 2021
1 parent f134e2d commit f1bc4f5
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 @@ -270,7 +270,7 @@ dependencies {
debugImplementation "com.facebook.stetho:stetho-okhttp3:${stethoVersion}"

/** Testing **/
testImplementation 'junit:junit:4.13.1'
testImplementation 'junit:junit:4.13.2'
testImplementation "org.mockito:mockito-core:${mockitoVersion}"
testImplementation "org.mockito:mockito-inline:${mockitoVersion}"

Expand Down

0 comments on commit f1bc4f5

Please sign in to comment.