Skip to content

Commit

Permalink
Merge pull request #1492 from nextcloud/renovate/androidx.test-runner…
Browse files Browse the repository at this point in the history
…-1.x

fix(deps): update dependency androidx.test:runner to v1.6.2
  • Loading branch information
AndyScherzinger authored Nov 16, 2024
2 parents 98ff348 + f5a4c60 commit 2b7eeaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dependencies {
androidTestImplementation 'androidx.test:rules:1.5.0'

// Android JUnit Runner
androidTestImplementation 'androidx.test:runner:1.5.2'
androidTestImplementation 'androidx.test:runner:1.6.2'

androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.5.1'
Expand Down
2 changes: 1 addition & 1 deletion sample_client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ dependencies {
androidTestImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test:monitor:1.6.1'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test:runner:1.5.2'
androidTestImplementation 'androidx.test:runner:1.6.2'
}

0 comments on commit 2b7eeaa

Please sign in to comment.