From 1e583a6c57af962ab74ffc7c4adf19fa0caf5516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 12:26:32 +0000 Subject: [PATCH] Bump kotlinx-coroutines-test from 1.5.2 to 1.6.4 Bumps [kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) from 1.5.2 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.2...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] --- app/build.gradle.kts | 2 +- lib/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index cf407c9..0325d01 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -89,7 +89,7 @@ dependencies { testImplementation("junit:junit:4.13.2") testImplementation("androidx.arch.core:core-testing:2.1.0") testImplementation("com.google.truth:truth:1.1.3") - testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.2") + testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4") androidTestImplementation("androidx.test:core-ktx:1.4.0") androidTestImplementation("androidx.test.ext:junit-ktx:1.1.3") diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index e5506c0..b04f5df 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -77,7 +77,7 @@ dependencies { testImplementation("junit:junit:4.13.2") testImplementation("com.google.truth:truth:1.1.3") testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0") - testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.2") + testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4") testImplementation("org.jetbrains.kotlin:kotlin-test:${KotlinCompilerVersion.VERSION}") testImplementation("org.jetbrains.kotlin:kotlin-test-junit:${KotlinCompilerVersion.VERSION}") } \ No newline at end of file