Merge branch 'pr-2465'

[dependencies] Upgrade hamcrest, mockito and JUnit #2465
This commit is contained in:
Andreas Dangel
2020-05-22 11:46:04 +02:00
20 changed files with 126 additions and 79 deletions

View File

@@ -223,12 +223,16 @@
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>