From d3e6a259daa3f5d1c5d3ecb5b49d6bff4ac7ea00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 20:43:02 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-coroutines-core Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.8.1-Beta 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.1-Beta...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 ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b719b3f..602ac9a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,7 +28,7 @@ repositories { } val shadowDependencies = listOf( - "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1-Beta", + "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2", "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3", "io.github.cdimascio:dotenv-kotlin:6.4.1", "net.oneandone.reflections8:reflections8:0.11.7",