Update Hamcrest to version 2.1
This commit is contained in:
parent
c6bb13cb99
commit
b5ed6c6180
4
pom.xml
4
pom.xml
|
@ -524,8 +524,8 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.hamcrest</groupId>
|
<groupId>org.hamcrest</groupId>
|
||||||
<artifactId>hamcrest-all</artifactId>
|
<artifactId>hamcrest</artifactId>
|
||||||
<version>1.3</version>
|
<version>2.1</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue