[JAVA-131] Updated java-hamcrest version property in spring-testing module
This commit is contained in:
parent
1cac276528
commit
892ec576a2
|
@ -19,7 +19,7 @@
|
|||
<dependency>
|
||||
<groupId>org.hamcrest</groupId>
|
||||
<artifactId>java-hamcrest</artifactId>
|
||||
<version>${hamcrest.version}</version>
|
||||
<version>${java-hamcrest.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
@ -114,7 +114,7 @@
|
|||
|
||||
<properties>
|
||||
<!-- 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>
|
||||
<junit.jupiter.version>5.5.0</junit.jupiter.version>
|
||||
<junit.commons.version>1.5.2</junit.commons.version>
|
||||
|
|
Loading…
Reference in New Issue