Skip to content

Commit

Permalink
Merge pull request #1023 from nextcloud/dependabot/gradle/androidx.te…
Browse files Browse the repository at this point in the history
…st-runner-1.5.2
  • Loading branch information
dependabot[bot] authored Jan 4, 2023
2 parents 252e90e + 4a3df1d commit ca07b1a
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 @@ -77,7 +77,7 @@ dependencies {
androidTestImplementation 'androidx.test:rules:1.5.0'

// Android JUnit Runner
androidTestImplementation 'androidx.test:runner:1.5.1'
androidTestImplementation 'androidx.test:runner:1.5.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 @@ -48,5 +48,5 @@ dependencies {
androidTestImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test:monitor:1.6.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test:runner:1.5.1'
androidTestImplementation 'androidx.test:runner:1.5.2'
}

0 comments on commit ca07b1a

Please sign in to comment.