Modified test mocks for compatibility with JDK 10 build environments

This commit is contained in:
2018-03-28 17:39:30 +02:00
parent d2aaea1938
commit 4d46f2c6d1
2 changed files with 14 additions and 10 deletions

View File

@ -149,13 +149,13 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.15.0</version>
<version>2.17.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<version>2.15.0</version>
<version>2.17.0</version>
<scope>test</scope>
</dependency>
<dependency>