From b6e0b7d0787a4838e826ab32ff05398eef1c4678 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 02:06:22 +0000 Subject: [PATCH] Bump kotlinx-coroutines-core from 1.8.0 to 1.10.2 Bumps `kotlinx-coroutines-core` from 1.8.0 to 1.10.2. Updates `org.jetbrains.kotlinx:kotlinx-coroutines-android` from 1.8.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](https://github.com/Kotlin/kotlinx.coroutines/compare/1.8.0...1.10.2) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.8.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](https://github.com/Kotlin/kotlinx.coroutines/compare/1.8.0...1.10.2) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-swing` from 1.8.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](https://github.com/Kotlin/kotlinx.coroutines/compare/1.8.0...1.10.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-minor - 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 6012966..eff7f5f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ javapoet = "1.13.0" junit = "4.13.2" kamel-image = "0.9.3" kotlin = "1.9.22" -kotlinx-coroutines-core = "1.8.0" +kotlinx-coroutines-core = "1.10.2" kotlinx-serialization-json = "1.6.3" ktor = "2.3.9" kotlinx-collections-immutable = "0.3.7"