Update org.easymock:easymock 4.1 -> 4.2.

This commit is contained in:
Gary Gregory 2020-02-13 10:29:54 -05:00
parent 7b1a908a8c
commit f416d453af
2 changed files with 4 additions and 1 deletions

View File

@ -453,7 +453,7 @@
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>4.1</version>
<version>4.2</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@ -126,6 +126,9 @@
<action dev="ggregory" type="update" due-to="Gary Gregory">
[build] Update Jacoco from 0.8.4 to 0.8.5.
</action>
<action dev="ggregory" type="update" due-to="Gary Gregory">
[test] Update org.easymock:easymock 4.1 -> 4.2.
</action>
</release>
<release version="4.4" date="2019-07-05" description="Maintenance release.">
<action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi, Gary Gregory">