Skip to content

Commit

Permalink
Bump org.hamcrest:hamcrest from 2.2 to 3.0 (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 25, 2024
1 parent 54d1d43 commit 0a45853
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 0a45853

Please sign in to comment.