Update internal project junit dependency 4.12 -> 4.13.2

This commit is contained in:
Nikolay Krasko
2021-11-23 15:30:18 +03:00
committed by TeamCityServer
parent 25d962b591
commit af8faadca5
11 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ extra["versions.javax.inject"] = "1"
extra["versions.jsr305"] = "1.3.9"
extra["versions.jansi"] = "1.16"
extra["versions.jline"] = "3.3.1"
extra["versions.junit"] = "4.12"
extra["versions.junit"] = "4.13.2"
extra["versions.javaslang"] = "2.0.6"
extra["versions.ant"] = "1.10.7"
extra["versions.android"] = "2.3.1"
+6
View File
@@ -3114,6 +3114,12 @@
<sha256 value="9a0dc4c3fa2b086e708226737ef4bb37847c3cb1ce4e203517c09f6305b2267e" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="junit" name="junit" version="4.13.2">
<artifact name="junit-4.13.2.jar">
<md5 value="d98a9a02a99a9acd22d7653cbcc1f31f" origin="Generated by Gradle"/>
<sha256 value="8e495b634469d64fb8acfa3495a065cbacc8a0fff55ce1e31007be4c16dc57d3" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="khttp" name="khttp" version="1.0.0">
<artifact name="khttp-1.0.0.jar">
<md5 value="4fb7a676e9a8134a860d33d6d1fd9bc2" origin="Generated by Gradle"/>
@@ -35,7 +35,7 @@ dependencies {
implementation(project(":compiler:util"))
implementation(project(":compiler:ir.serialization.common"))
testImplementation "junit:junit:4.12"
testImplementation DependenciesKt.commonDep(project, "junit")
testImplementation project(":kotlin-test:kotlin-test-junit")
}
@@ -6075,7 +6075,7 @@ dependencies {
api project(kotlinCompilerModule)
api project(path: ':kotlin-native:backend.native', configuration: 'cli_bcApiElements')
api 'junit:junit:4.12'
api DependenciesKt.commonDep(project, "junit")
}
project.tasks.named("test").configure {
+1 -1
View File
@@ -44,7 +44,7 @@ dependencies {
implementation project(":kotlin-stdlib")
implementation project(path: ':kotlin-native:backend.native', configuration: 'cli_bcApiElements')
implementation project(":kotlin-native:utilities:basic-utils")
testImplementation "junit:junit:4.12"
testImplementation DependenciesKt.commonDep(project, "junit")
testImplementation project(":kotlin-test:kotlin-test-junit")
}
@@ -78,7 +78,7 @@ dependencies {
bundleDependencies "org.jetbrains.kotlin:kotlin-util-io:$kotlinVersion"
bundleDependencies "org.jetbrains.kotlin:kotlin-util-klib:$kotlinVersion"
testImplementation 'junit:junit:4.12'
testImplementation DependenciesKt.commonDep(project, "junit")
testImplementation "org.jetbrains.kotlin:kotlin-test:${project.bootstrapKotlinVersion}"
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:${project.bootstrapKotlinVersion}"
testImplementation "org.tools4j:tools4j-spockito:1.6"
@@ -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 {
+1 -1
View File
@@ -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 }
}