Update dependency junit:junit to v4.13.1

This commit is contained in:
Renovate Bot 2021-02-07 16:35:52 +00:00
parent cfcc5764a2
commit dd49b1ecd0
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
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'
}