Downgrade mockito again to make mockdriver tests work

master
baztian 2020-05-27 21:58:33 +02:00
parent 8191a24489
commit e221a17e19
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@
<dependencies>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<version>3.3.3</version>
<artifactId>mockito-all</artifactId>
<version>1.10.19</version>
<!-- non-test scope on purpose -->
</dependency>
<dependency>