From 8b8cfb5fadcd827b45935621017de7992fe1bf02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 12:17:52 -0700 Subject: [PATCH] chore(deps): bump kotlinxCoroutines from 1.9.0 to 1.10.1 in /android (#1064) Bumps `kotlinxCoroutines` from 1.9.0 to 1.10.1. Updates `org.jetbrains.kotlinx:kotlinx-coroutines-android` from 1.9.0 to 1.10.1 - [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.10.1) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-test` from 1.9.0 to 1.10.1 - [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.10.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- android/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/gradle/libs.versions.toml b/android/gradle/libs.versions.toml index 8e88fd10..65766f50 100644 --- a/android/gradle/libs.versions.toml +++ b/android/gradle/libs.versions.toml @@ -25,7 +25,7 @@ digitalAssetLinksAndroid = "1.0.4" espressoCore = "3.6.1" javaWebsocket = "1.6.0" junit = "4.13.2" -kotlinxCoroutines = "1.9.0" +kotlinxCoroutines = "1.10.1" material = "1.12.0" mockitoInline = "5.2.0" mockitoKotlin = "4.1.0"