From 2159a1b7d02ffe793cbbf903e67b3ccab1b30275 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 20:04:31 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-test 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] --- apps/marquee/quorum-sense/android/app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/marquee/quorum-sense/android/app/build.gradle.kts b/apps/marquee/quorum-sense/android/app/build.gradle.kts index e3c1f65..1c663ef 100644 --- a/apps/marquee/quorum-sense/android/app/build.gradle.kts +++ b/apps/marquee/quorum-sense/android/app/build.gradle.kts @@ -54,7 +54,7 @@ dependencies { implementation("androidx.compose.ui:ui-tooling-preview") implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.7") implementation("androidx.work:work-runtime-ktx:2.10.0") - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.11.0") debugImplementation("androidx.compose.ui:ui-tooling") // UniFFI Kotlin bindings depend on JNA at runtime. The @aar variant bundles @@ -68,7 +68,7 @@ dependencies { testImplementation("io.kotest:kotest-property:6.2.1") testImplementation("io.mockk:mockk:1.14.11") testImplementation("app.cash.turbine:turbine:1.1.0") - testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0") + testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0") // --- Instrumented tests: Compose UI testing. --- androidTestImplementation("androidx.test.ext:junit:1.2.1")