Update hamcrest, fix versions of test dependencies

pull/81/head
Richard Körber 2019-01-12 15:26:48 +01:00
parent 1e50669999
commit 0b81b67f3d
No known key found for this signature in database
GPG Key ID: AAB9FD19C78AA3E0
1 changed files with 5 additions and 5 deletions

10
pom.xml
View File

@ -224,26 +224,26 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>[4.7,)</version> <version>4.12</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.hamcrest</groupId> <groupId>org.hamcrest</groupId>
<artifactId>java-hamcrest</artifactId> <artifactId>hamcrest</artifactId>
<version>[2.0.0.0,)</version> <version>2.1</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>uk.co.datumedge</groupId> <groupId>uk.co.datumedge</groupId>
<artifactId>hamcrest-json</artifactId> <artifactId>hamcrest-json</artifactId>
<version>[0.2,)</version> <version>0.2</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.mockito</groupId> <groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId> <artifactId>mockito-core</artifactId>
<version>[2.0,)</version> <version>2.23.4</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>