From 0dde142f51bfa00dc6bc2d3cccbc45729b76899f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 02:02:47 +0000 Subject: [PATCH] build(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-core Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core](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-core dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 08_coroutines/jvm/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08_coroutines/jvm/build.gradle.kts b/08_coroutines/jvm/build.gradle.kts index 9669ceb71e..1c42472f85 100644 --- a/08_coroutines/jvm/build.gradle.kts +++ b/08_coroutines/jvm/build.gradle.kts @@ -14,7 +14,7 @@ dependencies { implementation("com.squareup.okhttp3:okhttp:5.3.2") implementation("com.google.code.gson:gson:2.13.1") implementation("io.reactivex.rxjava2:rxkotlin:2.4.0") - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.11.0") implementation("com.squareup.retrofit2:retrofit:3.0.0") implementation("com.squareup.retrofit2:converter-gson:3.0.0") implementation("com.squareup.okhttp3:logging-interceptor:5.3.2")