From b7b840ddac68d033b273614d8d47d0d2c85a4fd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 06:54:16 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-coroutines-bom from 1.10.2 to 1.11.0 Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-bom](https://github.com/Kotlin/kotlinx.coroutines) from 1.10.2 to 1.11.0. - [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.10.2...1.11.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-bom dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lmos-runtime-bom/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lmos-runtime-bom/build.gradle.kts b/lmos-runtime-bom/build.gradle.kts index 40a6c63..25907b9 100644 --- a/lmos-runtime-bom/build.gradle.kts +++ b/lmos-runtime-bom/build.gradle.kts @@ -19,7 +19,7 @@ dependencies { val lmosRouterVersion = "0.28.0" val arcVersion = "0.229.0" val langChain4jVersion = "1.16.1" - val kotlinCoroutines = "1.10.2" + val kotlinCoroutines = "1.11.0" api(platform("org.springframework.boot:spring-boot-dependencies:$springBootVersion")) api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:$kotlinxVersion"))