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

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