GP-1993: Upgrading hamcrest to 2.2

This commit is contained in:
Ryan Kurtz 2022-05-04 13:00:33 -04:00
parent 8e7fd84d3e
commit 22bd993a40

View File

@ -155,10 +155,10 @@ artifacts {
Provide test dependencies here so each build file does not have to.
*/
dependencies {
integrationTestImplementation "org.hamcrest:hamcrest-all:1.3"
integrationTestImplementation "org.hamcrest:hamcrest:2.2"
integrationTestImplementation "org.jmockit:jmockit:1.44"
testImplementation "org.hamcrest:hamcrest-all:1.3"
testImplementation "org.hamcrest:hamcrest:2.2"
testImplementation "org.jmockit:jmockit:1.44"
testImplementation "junit:junit:4.12"