Skip to content

Commit a636799

Browse files
committed
Upgrade hamcrest 2.1
1 parent 11744c8 commit a636799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@
421421
</dependency>
422422
<dependency>
423423
<groupId>org.hamcrest</groupId>
424-
<artifactId>java-hamcrest</artifactId>
424+
<artifactId>hamcrest</artifactId>
425425
<version>${hamcrest.version}</version>
426426
<scope>test</scope>
427427
</dependency>
@@ -446,7 +446,7 @@
446446
<commons-fileupload.version>1.3.3</commons-fileupload.version>
447447
<privilegedaccessor.version>1.2.2</privilegedaccessor.version>
448448
<mockito.version>2.19.0</mockito.version>
449-
<hamcrest.version>2.0.0.0</hamcrest.version>
449+
<hamcrest.version>2.1</hamcrest.version>
450450
<kerby.version>1.1.1</kerby.version>
451451
</properties>
452452
</project>

0 commit comments

Comments
 (0)