Merge pull request #10 from InsanusMokrassar/renovate/junit-junit-4.x

Update dependency junit:junit to v4.13
This commit is contained in:
InsanusMokrassar 2020-08-13 11:19:50 +06:00 committed by GitHub
commit 03e201ae56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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