1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-26 07:03:20 +00:00

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

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