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

Update dependency junit:junit to v4.13.1
This commit is contained in:
InsanusMokrassar 2021-02-10 21:42:27 +06:00 committed by GitHub
commit 5927e69e61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,5 +45,5 @@ dependencies {
api "io.ktor:ktor-server-tomcat:$ktor_version"
// Use JUnit test framework
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.1'
}