Update transitive dependency for kotlin-test - junit 4.12 -> 4.13.2
This commit is contained in:
committed by
TeamCityServer
parent
317b0b4495
commit
84a189b6cc
@@ -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")
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user