From 0c385dcdd4499b04f7f48c2b44823c78d911283c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 21:25:00 +0000 Subject: [PATCH] Bump kotlinx-coroutines-core from 1.5.1 to 1.6.3 Bumps [kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.5.1 to 1.6.3. - [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.3) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cardscan-demo/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cardscan-demo/build.gradle b/cardscan-demo/build.gradle index 23a7d2e6..3127cf2c 100644 --- a/cardscan-demo/build.gradle +++ b/cardscan-demo/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation "androidx.appcompat:appcompat:1.3.1" implementation "androidx.core:core-ktx:1.6.0" implementation "androidx.constraintlayout:constraintlayout:2.1.0" - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3" } dependencies {