Update transitive dependency for kotlin-test - junit 4.12 -> 4.13.2

This commit is contained in:
Nikolay Krasko
2021-11-23 15:32:15 +03:00
committed by TeamCityServer
parent 317b0b4495
commit 84a189b6cc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ jvmTestFrameworks.forEach { framework ->
apiElements("$group:kotlin-test:$version")
when(framework) {
"junit" -> {
apiElements("junit:junit:4.12")
apiElements("junit:junit:4.13.2")
}
"junit5" -> {
apiElements("org.junit.jupiter:junit-jupiter-api:5.6.0")
+1 -1
View File
@@ -18,7 +18,7 @@ dependencies {
expectedBy project(':kotlin-test:kotlin-test-common')
api(kotlinStdlib())
testApi(project(":kotlin-test:kotlin-test-junit"))
testApi('junit:junit:4.12')
testApi('junit:junit:4.13.2')
}
jar {