mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-28 07:25:34 +08:00
GP-1993: Upgrading hamcrest to 2.2
This commit is contained in:
@@ -155,10 +155,10 @@ artifacts {
|
|||||||
Provide test dependencies here so each build file does not have to.
|
Provide test dependencies here so each build file does not have to.
|
||||||
*/
|
*/
|
||||||
dependencies {
|
dependencies {
|
||||||
integrationTestImplementation "org.hamcrest:hamcrest-all:1.3"
|
integrationTestImplementation "org.hamcrest:hamcrest:2.2"
|
||||||
integrationTestImplementation "org.jmockit:jmockit:1.44"
|
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 "org.jmockit:jmockit:1.44"
|
||||||
|
|
||||||
testImplementation "junit:junit:4.12"
|
testImplementation "junit:junit:4.12"
|
||||||
|
|||||||
Reference in New Issue
Block a user