1 parent d01aeed commit 43e3c3fCopy full SHA for 43e3c3f
2 files changed
java-collections-conversions-2/pom.xml
@@ -33,7 +33,7 @@
33
</dependency>
34
<dependency>
35
<groupId>org.hamcrest</groupId>
36
- <artifactId>hamcrest-all</artifactId>
+ <artifactId>hamcrest</artifactId>
37
<version>${hamcrest.version}</version>
38
<scope>test</scope>
39
parent-java/pom.xml
@@ -47,7 +47,7 @@
47
<jmh.version>1.19</jmh.version>
48
<modelmapper.version>2.3.7</modelmapper.version>
49
<junit.version>4.12</junit.version>
50
- <hamcrest.version>1.3</hamcrest.version>
+ <hamcrest.version>2.2</hamcrest.version>
51
</properties>
52
53
</project>
0 commit comments