mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 11:31:43 +00:00
GP-1993: Upgrading hamcrest to 2.2
This commit is contained in:
parent
8e7fd84d3e
commit
22bd993a40
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user