Skip to content

Commit

Permalink
Resolve hamcrest to newest
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed Oct 23, 2023
1 parent 969a053 commit 8f20094
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions barista/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ android {
}
}

configurations.all {
resolutionStrategy.force("org.hamcrest:hamcrest:2.2")
}

dependencies {
api(libs.androidX.test.espresso.core)
api(libs.androidX.test.espresso.contrib)
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ uiAutomator = "2.2.0"
glide = "4.10.0"

assertJ = "2.9.1"
jUnit = "4.12"
jUnit = "4.13.2"
jUnitParams = "1.1.0"
mockito = "2.28.2"
mockito = "5.6.0"
mockitoKotlin = "1.5.0"

[libraries]
Expand Down

0 comments on commit 8f20094

Please sign in to comment.