Skip to content

Commit

Permalink
libs: use mockito-2.22.0 with java11 support
Browse files Browse the repository at this point in the history
Motivation:
as java 11 is released update dependencies to support it.

Modification:
use mockito-2.22

Result:
code can be build and tested with java11

Acked-by: Olufemi Adeyemi
Target: master, 3.0
  • Loading branch information
kofemann committed Sep 28, 2018
1 parent dc18b4d commit 7a24730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

<!-- version of test dependencies -->
<junit.version>4.12</junit.version>
<mockito-core.version>2.10.0</mockito-core.version>
<mockito-core.version>2.22.0</mockito-core.version>
<logback-classic.version>1.2.3</logback-classic.version>
</properties>

Expand Down

0 comments on commit 7a24730

Please sign in to comment.