Bump junit-bom in our project 5.7.0 -> 5.8.1 and clean up old versions

This commit is contained in:
Nikolay Krasko
2021-11-23 12:00:08 +03:00
committed by TeamCityServer
parent 7457d54360
commit 4e806a6322
6 changed files with 73 additions and 193 deletions
@@ -24,7 +24,7 @@ dependencies {
}
testRuntimeOnly(files("${rootProject.projectDir}/dist/kotlinc/lib/kotlin-reflect.jar"))
testRuntimeOnly(platform("org.junit:junit-bom:5.7.0"))
testRuntimeOnly(commonDep("junit-bom"))
testRuntimeOnly("org.junit.jupiter:junit-jupiter")
}