Update internal project junit dependency 4.12 -> 4.13.2
This commit is contained in:
committed by
TeamCityServer
parent
25d962b591
commit
af8faadca5
@@ -7,7 +7,7 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
testImplementation(project(":kotlin-test:kotlin-test-junit"))
|
||||
testImplementation("junit:junit:4.12")
|
||||
testImplementation(commonDep("junit:junit"))
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
@@ -96,7 +96,7 @@ dependencies {
|
||||
testImplementation(project(":kotlin-android-extensions"))
|
||||
testImplementation(project(":kotlin-compiler-runner"))
|
||||
testImplementation(project(":kotlin-test::kotlin-test-junit"))
|
||||
testImplementation("junit:junit:4.12")
|
||||
testImplementation(commonDep("junit:junit"))
|
||||
testImplementation(project(":kotlin-gradle-statistics"))
|
||||
testCompileOnly(project(":kotlin-reflect-api"))
|
||||
testCompileOnly(project(":kotlin-annotation-processing"))
|
||||
|
||||
@@ -7,7 +7,7 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
testImplementation(project(":kotlin-test:kotlin-test-junit"))
|
||||
testImplementation("junit:junit:4.12")
|
||||
testImplementation(commonDep("junit"))
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
@@ -15,7 +15,7 @@ dependencies {
|
||||
compileOnly project(':kotlin-noarg-compiler-plugin')
|
||||
|
||||
testApi gradleApi()
|
||||
testApi "junit:junit:4.12"
|
||||
testApi(DependenciesKt.commonDep(project, "junit"))
|
||||
|
||||
embedded(project(":kotlin-noarg-compiler-plugin")) { transitive = false }
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ dependencies {
|
||||
compileOnly project(':kotlin-sam-with-receiver-compiler-plugin')
|
||||
|
||||
testApi gradleApi()
|
||||
testApi "junit:junit:4.12"
|
||||
testApi DependenciesKt.commonDep(project, "junit")
|
||||
|
||||
embedded(project(":kotlin-sam-with-receiver-compiler-plugin")) { transitive = false }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user