diff --git a/cardscan-ui/build.gradle b/cardscan-ui/build.gradle index d8749715..4ca72fbb 100644 --- a/cardscan-ui/build.gradle +++ b/cardscan-ui/build.gradle @@ -58,7 +58,7 @@ dependencies { testImplementation "androidx.test:runner:1.4.0" testImplementation "junit:junit:4.13.2" testImplementation "org.jetbrains.kotlin:kotlin-test:1.5.30" - testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.1" + testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4" } dependencies { diff --git a/scan-camera/build.gradle b/scan-camera/build.gradle index 5303fee2..acbcc979 100644 --- a/scan-camera/build.gradle +++ b/scan-camera/build.gradle @@ -48,7 +48,7 @@ dependencies { testImplementation "androidx.test:runner:1.4.0" testImplementation "junit:junit:4.13.2" testImplementation "org.jetbrains.kotlin:kotlin-test:1.5.30" - testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.1" + testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4" } dependencies { diff --git a/scan-framework/build.gradle b/scan-framework/build.gradle index 07c8daa8..96614178 100644 --- a/scan-framework/build.gradle +++ b/scan-framework/build.gradle @@ -68,7 +68,7 @@ dependencies { testImplementation "androidx.test:runner:1.4.0" testImplementation "junit:junit:4.13.2" testImplementation "org.jetbrains.kotlin:kotlin-test:1.5.30" - testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.1" + testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4" } dependencies { diff --git a/scan-payment-full/build.gradle b/scan-payment-full/build.gradle index 579afe09..5241428b 100644 --- a/scan-payment-full/build.gradle +++ b/scan-payment-full/build.gradle @@ -58,7 +58,7 @@ dependencies { androidTestImplementation "androidx.test.espresso:espresso-core:3.4.0" androidTestImplementation "androidx.test.ext:junit:1.1.3" androidTestImplementation "org.jetbrains.kotlin:kotlin-test:1.5.30" - androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.1" + androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4" } apply from: "deploy.gradle" diff --git a/scan-payment-minimal/build.gradle b/scan-payment-minimal/build.gradle index a1a98a8e..e0cf16a6 100644 --- a/scan-payment-minimal/build.gradle +++ b/scan-payment-minimal/build.gradle @@ -54,7 +54,7 @@ dependencies { androidTestImplementation "androidx.test.espresso:espresso-core:3.4.0" androidTestImplementation "androidx.test.ext:junit:1.1.3" androidTestImplementation "org.jetbrains.kotlin:kotlin-test:1.5.30" - androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.1" + androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4" } apply from: "deploy.gradle" diff --git a/scan-payment/build.gradle b/scan-payment/build.gradle index f4c984ab..121f506d 100644 --- a/scan-payment/build.gradle +++ b/scan-payment/build.gradle @@ -70,7 +70,7 @@ dependencies { androidTestImplementation "androidx.test.espresso:espresso-core:3.4.0" androidTestImplementation "androidx.test.ext:junit:1.1.3" androidTestImplementation "org.jetbrains.kotlin:kotlin-test:1.5.30" - androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.1" + androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4" } apply from: "deploy.gradle"