Update EasyMock from 3.6 to 4.0 to fix testing on Java 11.

This commit is contained in:
Gary Gregory 2018-10-28 09:11:14 -06:00
parent 97ade3f6e3
commit 0fcd4ce92a
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>3.6</version>
<version>4.0</version>
<scope>test</scope>
</dependency>