Skip to content

Commit c124811

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 1559ef1 commit c124811

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
@@ -14,6 +14,6 @@ dependencies {
1414

1515
testImplementation(project(":lmos-kotlin-sdk-client"))
1616
testImplementation("org.eclipse.thingweb:kotlin-wot-binding-http:0.1.0-SNAPSHOT")
17-
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.0")
17+
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2")
1818
testImplementation("org.springframework.boot:spring-boot-starter-test")
1919
}

0 commit comments

Comments
 (0)