Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Update dependency org.hamcrest:hamcrest to v3 #1029

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion platforms/android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ constraintlayout = "2.1.4"
junit = "4.13.2"
robolectric = "4.13"
mockk = "1.13.12" # https://github.com/mockk/mockk/issues/1033
hamcrest = "2.2"
hamcrest = "3.0"
android-junit = "1.1.3"
espresso = "3.6.1"
agp = "8.5.1"
Expand Down
Loading