diff --git a/lmos-runtime-core/build.gradle.kts b/lmos-runtime-core/build.gradle.kts index daa97b02..f4ec1b39 100644 --- a/lmos-runtime-core/build.gradle.kts +++ b/lmos-runtime-core/build.gradle.kts @@ -24,7 +24,7 @@ dependencies { implementation("io.ktor:ktor-client-content-negotiation:$ktorVersion") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:$kotlinxSerializationVersion") implementation("com.charleskorn.kaml:kaml:0.55.0") - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.10.1") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.10.2") implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.19.2") implementation("org.slf4j:slf4j-api:2.0.17") implementation("org.eclipse.lmos:lmos-classifier-core:$lmosRouterVersion") diff --git a/lmos-runtime-graphql-service/build.gradle.kts b/lmos-runtime-graphql-service/build.gradle.kts index d874f6f2..1db870c7 100644 --- a/lmos-runtime-graphql-service/build.gradle.kts +++ b/lmos-runtime-graphql-service/build.gradle.kts @@ -22,14 +22,14 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter:$springBootVersion") implementation("org.springframework.boot:spring-boot-starter-actuator:$springBootVersion") - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.10.1") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.10.2") implementation("com.expediagroup:graphql-kotlin-spring-server:8.6.2") testImplementation(testFixtures(project(":lmos-runtime-core"))) testImplementation("org.springframework.boot:spring-boot-starter-test:$springBootVersion") testImplementation("org.junit.jupiter:junit-jupiter") - testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1") + testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2") testImplementation("app.cash.turbine:turbine:1.2.0") } diff --git a/lmos-runtime-service/build.gradle.kts b/lmos-runtime-service/build.gradle.kts index 34c656f7..3f4453b6 100644 --- a/lmos-runtime-service/build.gradle.kts +++ b/lmos-runtime-service/build.gradle.kts @@ -24,7 +24,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-webflux:$springBootVersion") implementation("org.springframework.boot:spring-boot-starter-actuator:$springBootVersion") - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.10.1") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.10.2") testImplementation(testFixtures(project(":lmos-runtime-core"))) testImplementation("org.springframework.boot:spring-boot-starter-test:$springBootVersion") diff --git a/lmos-runtime-spring-boot-starter/build.gradle.kts b/lmos-runtime-spring-boot-starter/build.gradle.kts index 91df3ea3..8ff0f62d 100644 --- a/lmos-runtime-spring-boot-starter/build.gradle.kts +++ b/lmos-runtime-spring-boot-starter/build.gradle.kts @@ -26,7 +26,7 @@ dependencies { implementation("com.azure:azure-identity:1.16.1") testImplementation("org.springframework.boot:spring-boot-starter-test:$springBootVersion") - testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.10.1") + testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.10.2") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3") testImplementation("org.eclipse.lmos:lmos-classifier-llm-spring-boot-starter:$lmosRouterVersion") }