From 7722f94981b3a9d4432f87a0ca0a66c827b9fe3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 08:38:24 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-coroutines-test from 1.6.0 to 1.10.1 Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.0 to 1.10.1. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.0...1.10.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lmos-kotlin-sdk-server/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lmos-kotlin-sdk-server/build.gradle.kts b/lmos-kotlin-sdk-server/build.gradle.kts index c8a81a4..7b15fe2 100644 --- a/lmos-kotlin-sdk-server/build.gradle.kts +++ b/lmos-kotlin-sdk-server/build.gradle.kts @@ -5,7 +5,7 @@ dependencies { testImplementation(platform("io.ktor:ktor-bom:3.1.0")) testImplementation("org.eclipse.thingweb:kotlin-wot-binding-http:0.1.3-SNAPSHOT") - testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.0") + testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1") testImplementation("io.ktor:ktor-client-okhttp") testImplementation("io.ktor:ktor-client-json") testImplementation("io.ktor:ktor-client-jackson")