Update junit from 4.13.1 to 4.13.2

https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.2.md
This commit is contained in:
TobiGr 2021-05-28 15:04:39 +02:00
parent f134e2d02a
commit f1bc4f5c20
1 changed files with 1 additions and 1 deletions

View File

@ -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}"