This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git
The following commit(s) were added to refs/heads/master by this push:
new 861df7a [test] org.easymock:easymock 4.0.2 -> 4.1.
new 98293b2 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-collections.git
861df7a is described below
commit 861df7a8230548ebfdb4947b2e706fcf1b92695a
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Nov 23 17:24:50 2019 -0500
[test] org.easymock:easymock 4.0.2 -> 4.1.
---
pom.xml | 2 +-
src/changes/changes.xml | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7d94b31..9edbb25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -450,7 +450,7 @@
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
- <version>4.0.2</version>
+ <version>4.1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 782d7f1..b84478e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -84,6 +84,9 @@
<action dev="ggregory" type="add" due-to="dota17">
Add test cases in UnmodifiableMultiValuedMapTest; #102.
</action>
+ <action dev="ggregory" type="update" due-to="Gary Gregory">
+ [test] org.easymock:easymock 4.0.2 -> 4.1.
+ </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">