We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11744c8 commit a636799Copy full SHA for a636799
pom.xml
@@ -421,7 +421,7 @@
421
</dependency>
422
<dependency>
423
<groupId>org.hamcrest</groupId>
424
- <artifactId>java-hamcrest</artifactId>
+ <artifactId>hamcrest</artifactId>
425
<version>${hamcrest.version}</version>
426
<scope>test</scope>
427
@@ -446,7 +446,7 @@
446
<commons-fileupload.version>1.3.3</commons-fileupload.version>
447
<privilegedaccessor.version>1.2.2</privilegedaccessor.version>
448
<mockito.version>2.19.0</mockito.version>
449
- <hamcrest.version>2.0.0.0</hamcrest.version>
+ <hamcrest.version>2.1</hamcrest.version>
450
<kerby.version>1.1.1</kerby.version>
451
</properties>
452
</project>
0 commit comments