From 64c089f541eba57b77031b926c70b4dced9e9891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:31:35 -0500 Subject: [PATCH] [JN-1457]: Bump org.hamcrest:hamcrest from 2.2 to 3.0 (#1346) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pepper-import/build.gradle | 2 +- populate/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pepper-import/build.gradle b/pepper-import/build.gradle index e17b6e0602..a22ca18743 100644 --- a/pepper-import/build.gradle +++ b/pepper-import/build.gradle @@ -45,7 +45,7 @@ dependencies { testImplementation 'org.apache.commons:commons-text:1.12.0' - testImplementation 'org.hamcrest:hamcrest:2.2' + testImplementation 'org.hamcrest:hamcrest:3.0' testImplementation 'com.github.seregamorph:hamcrest-more-matchers:0.1' testImplementation(testFixtures(project(":core"))) } diff --git a/populate/build.gradle b/populate/build.gradle index 975d86b331..0ff10fc1e4 100644 --- a/populate/build.gradle +++ b/populate/build.gradle @@ -29,7 +29,7 @@ dependencies { implementation 'org.yaml:snakeyaml:2.3' testImplementation 'org.apache.commons:commons-text:1.12.0' - testImplementation 'org.hamcrest:hamcrest:2.2' + testImplementation 'org.hamcrest:hamcrest:3.0' testImplementation 'com.github.seregamorph:hamcrest-more-matchers:0.1' testImplementation(testFixtures(project(":core"))) }