Skip to content

Commit 2e4092d

Browse files
Added kotlinx-coroutines-core
1 parent 80746b6 commit 2e4092d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ dependencies {
3838
because("provide ability to use object mapper in components")
3939
}
4040
testImplementation(libs.mockito.kotlin)
41+
testImplementation(libs.kotlinx.coroutines.core)
4142
testImplementation(platform(libs.junit.bom))
4243
testImplementation "org.junit.jupiter:junit-jupiter-api"
4344
testImplementation "org.junit.jupiter:junit-jupiter-params"

gradle/libs.versions.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging", version =
77
th2-common = { group = "com.exactpro.th2", name = "common", version = "5.17.1-dev" }
88

99
junit-bom = { group = "org.junit", name = "junit-bom", version = "5.14.2" }
10-
mockito-kotlin = { group = "org.mockito.kotlin", name = "mockito-kotlin", version = "6.2.0" } # kotlin:1.9.20 is transitive dependency sins 5.4.0
10+
mockito-kotlin = { group = "org.mockito.kotlin", name = "mockito-kotlin", version = "6.2.0" }
11+
kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version = "1.8.1" }
1112

1213
[plugins]
1314
th2-publish = { id = "com.exactpro.th2.gradle.publish", version = "0.3.14" }

0 commit comments

Comments
 (0)