From d0aa13e307d8c6bbf502ac8f3b27aeb592096a9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 13:51:50 +0000 Subject: [PATCH] Bump kotlinx-coroutines in /crates/core/liveview-native-core-jetpack Bumps `kotlinx-coroutines` from 1.7.3 to 1.10.2. Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.7.3 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.7.3...1.10.2) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-test` from 1.7.3 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.7.3...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 - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../core/liveview-native-core-jetpack/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/core/liveview-native-core-jetpack/gradle/libs.versions.toml b/crates/core/liveview-native-core-jetpack/gradle/libs.versions.toml index f659a76a..46061b0d 100644 --- a/crates/core/liveview-native-core-jetpack/gradle/libs.versions.toml +++ b/crates/core/liveview-native-core-jetpack/gradle/libs.versions.toml @@ -2,7 +2,7 @@ android-gradle-plugin = "8.8.0" jna = "5.16.0" kotlin-stdlib = "1.9.21" -kotlinx-coroutines = "1.7.3" +kotlinx-coroutines = "1.10.2" androidx-test-ext = "1.2.1" espresso-core = "3.6.1" junit = "4.13.2"