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 dca05e593 Bump easymock from 4.3 to 5.0.0 #352
dca05e593 is described below
commit dca05e593e4fe6c5546f37994f818ab8a15d1380
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Oct 21 08:30:37 2022 -0400
Bump easymock from 4.3 to 5.0.0 #352
---
src/changes/changes.xml | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f30cdb9e6..46d730240 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -192,8 +192,8 @@
<action dev="ggregory" type="update" due-to="dota17">
Remove the parentheses in the error message in CircularFifoQueue #107.
</action>
- <action dev="ggregory" type="update" due-to="Gary Gregory">
- [test] Bump org.easymock:easymock from 4.0.2 to 4.1.
+ <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">
+ [test] Bump org.easymock:easymock from 4.0.2 to 5.0.0 #352.
</action>
<action issue="COLLECTIONS-734" dev="ggregory" type="fix" due-to="Chen">
Encountered an IllegalStateException while traversing with
Flat3Map.entrySet(). #115.
@@ -216,9 +216,6 @@
<action dev="ggregory" type="update" due-to="Gary Gregory">
Bump Jacoco from 0.8.4 to 0.8.8.
</action>
- <action dev="ggregory" type="update" due-to="Gary Gregory">
- [test] Bump org.easymock:easymock from 4.1 to 4.2.
- </action>
<action issue="COLLECTIONS-747" dev="ggregory" type="fix" due-to="Gary
Gregory, Walter Laan">
MultiKey.getKeys class cast exception.
</action>