From 05f2e0f51ffa2f3782726776cf7a4a1c4753324b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 09:01:25 +0000 Subject: [PATCH] deps(android): bump org.jetbrains.kotlinx:kotlinx-coroutines-test Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) 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-test dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- purchasely/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/purchasely/android/build.gradle b/purchasely/android/build.gradle index 885b499..ce2d1b9 100644 --- a/purchasely/android/build.gradle +++ b/purchasely/android/build.gradle @@ -66,6 +66,6 @@ dependencies { testImplementation 'org.mockito.kotlin:mockito-kotlin:5.4.0' testImplementation 'io.mockk:mockk:1.14.9' testImplementation 'io.mockk:mockk-agent-jvm:1.14.9' - testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3' + testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2' testImplementation 'org.robolectric:robolectric:4.11.1' }