From 3e08b4188d7defa740ba8bb36bf5d49d4dcd8b53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 02:40:59 +0000 Subject: [PATCH] Bump kotlinxCoroutine from 1.9.0-RC to 1.10.2 Bumps `kotlinxCoroutine` from 1.9.0-RC to 1.10.2. Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.9.0-RC 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](https://github.com/Kotlin/kotlinx.coroutines/compare/1.9.0-RC...1.10.2) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-swing` from 1.9.0-RC 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](https://github.com/Kotlin/kotlinx.coroutines/compare/1.9.0-RC...1.10.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-swing dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index bb40472..e4890e4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ android-targetSdk = "34" # Kotlin and related libraries kotlin = "2.1.0" kotlinxSerialization = "1.7.2" -kotlinxCoroutine = "1.9.0-RC" +kotlinxCoroutine = "1.10.2" compose-plugin = "1.7.0-alpha03" # Ktor libraries ktor = "3.0.1"