[JAVA-131] Updated java-hamcrest version property in spring-testing module

This commit is contained in:
dupirefr 2020-03-02 23:12:11 +01:00
parent 1cac276528
commit 892ec576a2
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
<dependency> <dependency>
<groupId>org.hamcrest</groupId> <groupId>org.hamcrest</groupId>
<artifactId>java-hamcrest</artifactId> <artifactId>java-hamcrest</artifactId>
<version>${hamcrest.version}</version> <version>${java-hamcrest.version}</version>
</dependency> </dependency>
<dependency> <dependency>
@ -114,7 +114,7 @@
<properties> <properties>
<!-- testing --> <!-- testing -->
<hamcrest.version>2.0.0.0</hamcrest.version> <java-hamcrest.version>2.0.0.0</java-hamcrest.version>
<awaitility.version>3.1.6</awaitility.version> <awaitility.version>3.1.6</awaitility.version>
<junit.jupiter.version>5.5.0</junit.jupiter.version> <junit.jupiter.version>5.5.0</junit.jupiter.version>
<junit.commons.version>1.5.2</junit.commons.version> <junit.commons.version>1.5.2</junit.commons.version>