You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/02/13 15:29:58 UTC

[commons-collections] branch master updated: Update org.easymock:easymock 4.1 -> 4.2.

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 f416d45  Update org.easymock:easymock 4.1 -> 4.2.
f416d45 is described below

commit f416d453af9c7b6f6a64003d439050c47a065cbd
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Feb 13 10:29:54 2020 -0500

    Update org.easymock:easymock 4.1 -> 4.2.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9f08bdd..cf92a59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 87e528d..ead842a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -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">