diff --git a/cardscan-ui/build.gradle b/cardscan-ui/build.gradle index d8749715..fe8a7f98 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.3" } dependencies { diff --git a/scan-camera/build.gradle b/scan-camera/build.gradle index 5303fee2..3cfe6125 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.3" } dependencies { diff --git a/scan-framework/build.gradle b/scan-framework/build.gradle index 07c8daa8..26ff916c 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.3" } dependencies { diff --git a/scan-payment-full/build.gradle b/scan-payment-full/build.gradle index 579afe09..587b2bc5 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.3" } apply from: "deploy.gradle" diff --git a/scan-payment-minimal/build.gradle b/scan-payment-minimal/build.gradle index a1a98a8e..ed379788 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.3" } apply from: "deploy.gradle" diff --git a/scan-payment/build.gradle b/scan-payment/build.gradle index f4c984ab..c5c8447a 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.3" } apply from: "deploy.gradle"