From e16655e79e97ac633595ffaa0b4d0dcab8a89eef Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 11 Apr 2024 10:31:55 +0200 Subject: [PATCH] =?utf8?q?=E2=AC=86=EF=B8=8F=20Update=20Hamcrest=20to=202.?= =?utf8?q?2?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 85cf007..9e286ff 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2' testImplementation group: "junit", name: "junit", version: "4.13.2" - testImplementation group: "org.hamcrest", name: "hamcrest-library", version: "1.3" + testImplementation group: "org.hamcrest", name: "hamcrest", version: "2.2" testImplementation group: "org.mockito", name: "mockito-core", version: "5.11.0" testImplementation group: "com.spotify", name: "hamcrest-jackson", version: "1.3.2" } -- 2.7.4