mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-18 13:16:15 +00:00
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:
commit
7e5755325d
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user