Update dependency junit:junit to v4.13

This commit is contained in:
Renovate Bot
2020-08-12 22:21:51 +00:00
parent 1348abd482
commit 46ad249067

View File

@@ -37,5 +37,5 @@ dependencies {
implementation "io.ktor:ktor-client-okhttp:$ktor_version"
// Use JUnit test framework
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13'
}