From f3424f44f8e5ff92d5b7094798ee0a6347df847d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 07:57:05 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-coroutines-test from 1.6.4 to 1.7.0 Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.4 to 1.7.0. - [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.6.4...1.7.0) --- 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] --- lifecycle/livedata-test-junit4/build.gradle.kts | 2 +- lifecycle/livedata-test-junit5/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lifecycle/livedata-test-junit4/build.gradle.kts b/lifecycle/livedata-test-junit4/build.gradle.kts index d04544f..74a9cae 100644 --- a/lifecycle/livedata-test-junit4/build.gradle.kts +++ b/lifecycle/livedata-test-junit4/build.gradle.kts @@ -33,7 +33,7 @@ dependencies { api(project(":lifecycle:livedata-test-common")) - api("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4") + api("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.0") api("androidx.arch.core:core-testing:2.2.0") } diff --git a/lifecycle/livedata-test-junit5/build.gradle.kts b/lifecycle/livedata-test-junit5/build.gradle.kts index 6f946b9..8aeccc6 100644 --- a/lifecycle/livedata-test-junit5/build.gradle.kts +++ b/lifecycle/livedata-test-junit5/build.gradle.kts @@ -34,7 +34,7 @@ dependencies { api(project(":lifecycle:livedata-test-common")) - api("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4") + api("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.0") api("androidx.arch.core:core-testing:2.2.0") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3")