Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
@@ -1128,7 +1128,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
- <version>1.8.5</version>
+ <version>1.10.19</version>
</dependency>
<groupId>org.objenesis</groupId>
@@ -37,7 +37,6 @@
- <version>1.10.19</version>
<scope>test</scope>
@@ -75,7 +75,6 @@
@@ -122,12 +122,6 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
-
- <dependency>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>