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
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
1 changed files with 1 additions and 1 deletions

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