Update internal project junit dependency 4.12 -> 4.13.2

This commit is contained in:
Nikolay Krasko
2021-11-23 15:30:18 +03:00
committed by TeamCityServer
parent 25d962b591
commit af8faadca5
11 changed files with 16 additions and 10 deletions
@@ -35,7 +35,7 @@ dependencies {
implementation(project(":compiler:util"))
implementation(project(":compiler:ir.serialization.common"))
testImplementation "junit:junit:4.12"
testImplementation DependenciesKt.commonDep(project, "junit")
testImplementation project(":kotlin-test:kotlin-test-junit")
}