From 72c649e96501f592abf94d7a394f3db9590a6bab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 21:14:02 +0000 Subject: [PATCH] Bump kotlinx-coroutines-test from 1.5.1 to 1.6.4 Bumps [kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) from 1.5.1 to 1.6.4. - [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.5.1...1.6.4) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cardscan-ui/build.gradle | 2 +- scan-camera/build.gradle | 2 +- scan-framework/build.gradle | 2 +- scan-payment-full/build.gradle | 2 +- scan-payment-minimal/build.gradle | 2 +- scan-payment/build.gradle | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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"