From 7562c283c7b3f5cc2ab25bbd6fa73ac00d317af8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 07:57:17 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-coroutines-test from 1.6.4 to 1.7.1 Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.4 to 1.7.1. - [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.1) --- 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..5b3c1aa 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.1") 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..4942d2d 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.1") api("androidx.arch.core:core-testing:2.2.0") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3")