Merge pull request #4561 from nextcloud/renovate/kotlinx-coroutines-monorepo

Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-test to v1.10.1
This commit is contained in:
github-actions[bot] 2024-12-20 16:46:48 +00:00 committed by GitHub
commit 7e5755325d
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}"