Skip to content

Commit

Permalink
Update mockito version for Java 10 compatibility.
Browse files Browse the repository at this point in the history
Fix #1
  • Loading branch information
JeffFaer committed Apr 24, 2018
1 parent 04b22a3 commit 6b25efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mockito-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.8.47</version>
<version>2.18.3</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 6b25efa

Please sign in to comment.