Skip to content

Commit

Permalink
Bump espressoVersion from 3.5.1 to 3.6.1 (#1038)
Browse files Browse the repository at this point in the history
Bumps `espressoVersion` from 3.5.1 to 3.6.1.

Updates `androidx.test.espresso:espresso-core` from 3.5.1 to 3.6.1

Updates `androidx.test.espresso:espresso-idling-resource` from 3.5.1 to 3.6.1

---
updated-dependencies:
- dependency-name: androidx.test.espresso:espresso-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.test.espresso:espresso-idling-resource
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 5949b23 commit 83c0244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ext {
frescoDrawee = "com.facebook.fresco:drawee:$frescoVesion"
frescoOkHttp = "com.facebook.fresco:imagepipeline-okhttp3:$frescoVesion"

espressoVersion = '3.5.1'
espressoVersion = '3.6.1'
espressoCore = "androidx.test.espresso:espresso-core:$espressoVersion"
espressoIdlingResource = "androidx.test.espresso:espresso-idling-resource:$espressoVersion"

Expand Down

0 comments on commit 83c0244

Please sign in to comment.