From 5e2eec8adf4403f0c7db14cc760dd8b556d0fcb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 14:02:48 +0000 Subject: [PATCH] deps: bump org.jetbrains.kotlinx:kotlinx-coroutines-core --- 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] --- cobs/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cobs/build.gradle.kts b/cobs/build.gradle.kts index 37ab468..003414f 100644 --- a/cobs/build.gradle.kts +++ b/cobs/build.gradle.kts @@ -62,10 +62,10 @@ dependencies { // published AAR/POM gains NO runtime dependency: consumers who use the Flow API // already have kotlinx-coroutines on their classpath, and those who don't pay // nothing. The test source set needs it (and coroutines-test) at runtime. - compileOnly("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0") + compileOnly("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.11.0") testImplementation("junit:junit:4.13.2") - testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0") - testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0") + testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.11.0") + testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0") } publishing {