From c0d0b4dfbed8f18560c86c6ddea1af8cabb7b93e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Rebelo?= Date: Mon, 15 Apr 2024 23:45:55 +0100 Subject: [PATCH] Update hamcrest-library to 2.2 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 29d9083ac..a6aff570a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -215,7 +215,7 @@ dependencies { testImplementation "junit:junit:4.13.2" testImplementation "org.mockito:mockito-core:2.28.2" testImplementation "org.robolectric:robolectric:4.12" - testImplementation "org.hamcrest:hamcrest-library:1.3" + testImplementation "org.hamcrest:hamcrest-library:2.2" testImplementation "com.google.code.gson:gson:2.8.9" implementation fileTree(dir: "libs", include: ["*.jar"])