From dc083c2ed61d54c54b2915c3fe39d8b308bebdec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 03:56:50 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-coroutines-test from 1.9.0 to 1.11.0 Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) from 1.9.0 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.9.0...1.11.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lib/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 2a6195a..333153f 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -42,9 +42,9 @@ dependencies { api("androidx.collection:collection:1.6.0") api("com.github.topjohnwu.libsu:service:6.0.0") api("io.ktor:ktor-io-jvm:3.4.3") - api("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0") + api("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.11.0") testImplementation("junit:junit:4.13.2") - testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0") + testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0") androidTestImplementation("androidx.test:runner:1.7.0") androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0") }