Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit eb31c1b

Browse files
committed
Upgrade mockito to remove warning about illegal reflective access
git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1816954 13f79535-47bb-0310-9956-ffa450edef68
1 parent 29a8e81 commit eb31c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maven-javadoc-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ under the License.
287287
<dependency>
288288
<groupId>org.mockito</groupId>
289289
<artifactId>mockito-core</artifactId>
290-
<version>1.8.5</version>
290+
<version>2.12.0</version>
291291
<scope>test</scope>
292292
</dependency>
293293
<dependency>

0 commit comments

Comments
 (0)