Bump junit from 4.13 to 4.13.1 (#59)

This commit is contained in:
dependabot-preview[bot] 2020-11-01 18:24:04 +00:00 committed by GitHub
parent 95d561b124
commit cfc31c5319
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,7 +91,7 @@ subprojects {
implementation "com.squareup.okhttp3:logging-interceptor:$okhttp3"
testImplementation "junit:junit:4.13"
testImplementation "junit:junit:4.13.1"
testImplementation "com.squareup.okhttp3:mockwebserver:$okhttp3"
testImplementation "com.squareup.retrofit2:retrofit-mock:$retrofit"
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.4.0'