Skip to content

Commit

Permalink
Bump org.hamcrest:hamcrest from 2.2 to 3.0
Browse files Browse the repository at this point in the history
Bumps [org.hamcrest:hamcrest](https://github.com/hamcrest/JavaHamcrest) from 2.2 to 3.0.
- [Release notes](https://github.com/hamcrest/JavaHamcrest/releases)
- [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md)
- [Commits](hamcrest/JavaHamcrest@v2.2...v3.0)

---
updated-dependencies:
- dependency-name: org.hamcrest:hamcrest
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent b4b5af6 commit 16ae5ae
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 @@ -208,8 +208,8 @@ dependencies {
// mock server for backend
androidTestImplementation('com.squareup.okhttp3:mockwebserver:4.12.0')
// Optional -- Hamcrest library
androidTestImplementation("org.hamcrest:hamcrest:2.2")
androidTestImplementation("org.hamcrest:hamcrest-library:2.2")
androidTestImplementation("org.hamcrest:hamcrest:3.0")
androidTestImplementation("org.hamcrest:hamcrest-library:3.0")
androidTestImplementation("junit:junit:4.13.2")

androidTestImplementation("androidx.test.uiautomator:uiautomator:2.3.0")
Expand Down

0 comments on commit 16ae5ae

Please sign in to comment.