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

Update dependency junit:junit to v4.13
This commit is contained in:
2020-08-13 11:19:50 +06:00
committed by GitHub

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