From b668eb565232df77839ab5e20497019f81f4611b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 00:46:38 +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.10.2 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.10.2...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] --- 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 4b74927..8159a77 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.10.2' + testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0' testImplementation 'org.robolectric:robolectric:4.11.1' }