Skip to content

Commit

Permalink
Update Mockito from 1.10 to 2.22 to be up-to-date and enable proper J…
Browse files Browse the repository at this point in the history
…Unit 5 support.
  • Loading branch information
poikilotherm committed Sep 25, 2018
1 parent 792dd1c commit 82ed295
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -374,11 +374,12 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.7</version>
</dependency>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.10.19</version>
<version>2.22.0</version>
<scope>test</scope>
</dependency>
<!-- Added for DataCite -->
<!--dependency>
Expand Down

0 comments on commit 82ed295

Please sign in to comment.