Update Hamcrest to version 2.1

This commit is contained in:
pascalschumacher 2019-02-09 13:43:15 +01:00
parent c6bb13cb99
commit b5ed6c6180
1 changed files with 2 additions and 2 deletions

View File

@ -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>