Updated Hamcrest to 2.2

ccm-docs
Jens Pelzetter 2020-06-25 12:26:24 +02:00
parent 70b74e5b73
commit b6300d5ccb
1 changed files with 2 additions and 2 deletions

View File

@ -839,12 +839,12 @@
<dependency> <dependency>
<groupId>org.hamcrest</groupId> <groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId> <artifactId>hamcrest-core</artifactId>
<version>2.1</version> <version>2.2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.hamcrest</groupId> <groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId> <artifactId>hamcrest-library</artifactId>
<version>2.1</version> <version>2.2</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>