trying to upgrade Mockito to 1.10.13 so we get Java8 default interface method implementation support, as required by mediaservice tests

This commit is contained in:
Axel Uhl
2014-11-30 11:53:45 +01:00
parent 3e456170bf
commit dae1ae8a50
6 changed files with 2 additions and 2 deletions
@@ -58,14 +58,14 @@
id="org.mockito.mockito-core"
download-size="0"
install-size="0"
version="1.9.5"
version="1.10.13"
unpack="false"/>
<plugin
id="org.objenesis"
download-size="0"
install-size="0"
version="1.3"
version="2.1"
unpack="false"/>
</feature>