Skip to content

Commit

Permalink
Merge pull request #4561 from nextcloud/renovate/kotlinx-coroutines-m…
Browse files Browse the repository at this point in the history
…onorepo

Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-test to v1.10.1
  • Loading branch information
github-actions[bot] authored Dec 20, 2024
2 parents c305036 + 153e2dc commit 7e57553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down Expand Up @@ -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}"
Expand Down

0 comments on commit 7e57553

Please sign in to comment.