From db8acbc0a8ad228246a30c83898009e6451ffee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 00:52:12 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-test Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) from 1.7.3 to 1.8.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.7.3...1.8.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] --- android/clientlib-ktx/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/clientlib-ktx/build.gradle b/android/clientlib-ktx/build.gradle index b96583ec2..fe3d66e54 100644 --- a/android/clientlib-ktx/build.gradle +++ b/android/clientlib-ktx/build.gradle @@ -127,7 +127,7 @@ dependencies { testImplementation 'androidx.test:core:1.5.0' testImplementation 'androidx.test:rules:1.5.0' testImplementation 'org.jetbrains.kotlin:kotlin-test:1.9.22' - testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3' + testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.0' testImplementation 'org.robolectric:robolectric:4.11.1' implementation 'org.mockito.kotlin:mockito-kotlin:4.1.0' implementation 'org.mockito:mockito-inline:5.2.0'