Bump junit from 4.12 to 4.13 (#24)

This commit is contained in:
dependabot-preview[bot] 2020-01-08 23:33:40 +00:00 committed by GitHub
parent 21610cec52
commit bb88b0046a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,7 +91,7 @@ subprojects {
testImplementation "org.threeten:threetenbp:$threetenbp"
testImplementation "com.squareup.okhttp3:mockwebserver:$okhttp3"
testImplementation "junit:junit:4.12"
testImplementation "junit:junit:4.13"
}
jacocoTestReport {