Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-test to v1.10.1

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-12-20 16:31:35 +00:00 committed by GitHub
parent 5a7c45ef27
commit 153e2dcfb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -167,7 +167,7 @@ ext {
espressoVersion = "3.6.1"
androidxTestVersion = "1.5.0"
media3_version = "1.4.1"
coroutines_version = "1.10.0"
coroutines_version = "1.10.1"
mockitoKotlinVersion = "5.4.0"
}
@ -327,7 +327,7 @@ dependencies {
androidTestImplementation "androidx.test:core:1.6.1"
androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.0"
androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1"
androidTestImplementation 'androidx.test:core-ktx:1.6.1'
androidTestImplementation 'org.mockito:mockito-android:5.14.2'
androidTestImplementation "androidx.work:work-testing:${workVersion}"