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
+1 -1
View File
@@ -76,7 +76,7 @@ dependencies {
antLauncherJar(commonDep("org.apache.ant", "ant"))
antLauncherJar(toolsJar())
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.6.2")
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:${commonVer("org.junit", "junit-bom")}")
}
val generationRoot = projectDir.resolve("tests-gen")