Skip to content

Commit

Permalink
build(deps): bump androidx.test:runner (#102)
Browse files Browse the repository at this point in the history
Bumps the gradle-minor-dependencies group with 1 update: androidx.test:runner.


Updates `androidx.test:runner` from 1.6.1 to 1.6.2

---
updated-dependencies:
- dependency-name: androidx.test:runner
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-minor-dependencies
...

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 Aug 19, 2024
1 parent db4dda1 commit 909c612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")

//Espresso dependencies
androidTestImplementation("androidx.test:runner:1.6.1")
androidTestImplementation("androidx.test:runner:1.6.2")
androidTestImplementation("androidx.test:rules:1.6.1")
androidTestImplementation("androidx.test.espresso:espresso-intents:3.6.1")
androidTestImplementation("androidx.test.espresso:espresso-contrib:3.6.1")
Expand Down

0 comments on commit 909c612

Please sign in to comment.