mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
GP-1993: Upgrading hamcrest to 2.2
This commit is contained in:
parent
8e7fd84d3e
commit
22bd993a40
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue