diff --git a/core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts b/core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts index f33faf9b..453a768b 100644 --- a/core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts +++ b/core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts @@ -76,9 +76,9 @@ dependencies { implementation("com.github.bumptech.glide:glide:4.16.0") - api("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.3") - api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3") - api("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3") + api("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.2") + api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2") + api("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2") implementation("com.squareup.retrofit2:retrofit:2.9.0") implementation("com.squareup.retrofit2:converter-gson:2.9.0") @@ -116,7 +116,7 @@ dependencies { androidTestImplementation("androidx.test.ext:truth:1.5.0") androidTestImplementation("androidx.test:runner:1.4.0") androidTestImplementation("com.google.truth:truth:1.3.0") - androidTestImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3") + androidTestImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2") androidTestUtil("androidx.test:orchestrator:1.4.1") }