From aacf4c8e971473a124153c9029dc0fd1fb43a549 Mon Sep 17 00:00:00 2001 From: dependency-bot Date: Sat, 3 Aug 2024 01:08:24 +0000 Subject: [PATCH] Update dependency org.hamcrest:hamcrest-library to v3 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 43eee6c2d..ff8e7ddd3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -209,7 +209,7 @@ dependencies { testImplementation "junit:junit:4.13.2" testImplementation "org.mockito:mockito-core:5.12.0" testImplementation "org.robolectric:robolectric:4.13" - testImplementation "org.hamcrest:hamcrest-library:2.2" + testImplementation "org.hamcrest:hamcrest-library:3.0" implementation "androidx.appcompat:appcompat:1.7.0" implementation "androidx.preference:preference:1.2.1"