Skip to content

Commit 7961c60

Browse files
Bump org.jetbrains.kotlinx:kotlinx-coroutines-test from 1.6.0 to 1.10.2
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.0 to 1.10.2. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](Kotlin/kotlinx.coroutines@1.6.0...1.10.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent df48394 commit 7961c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lmos-kotlin-sdk-server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies {
55

66
testImplementation(platform("io.ktor:ktor-bom:3.1.0"))
77
testImplementation("org.eclipse.thingweb:kotlin-wot-binding-http:0.1.3-SNAPSHOT")
8-
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.0")
8+
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2")
99
testImplementation("io.ktor:ktor-client-okhttp")
1010
testImplementation("io.ktor:ktor-client-json")
1111
testImplementation("io.ktor:ktor-client-jackson")

0 commit comments

Comments
 (0)