This is an automated email from the ASF dual-hosted git repository.
kinow 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 a3889838d Bump easymock from 5.0.0 to 5.0.1
a3889838d is described below
commit a3889838df65d583715907973240a8efcf40e993
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 28 12:03:16 2022 +0000
Bump easymock from 5.0.0 to 5.0.1
Bumps [easymock](https://github.com/easymock/easymock) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/easymock/easymock/releases)
-
[Changelog](https://github.com/easymock/easymock/blob/master/ReleaseNotes.md)
-
[Commits](https://github.com/easymock/easymock/compare/easymock-5.0.0...easymock-5.0.1)
---
updated-dependencies:
- dependency-name: org.easymock:easymock
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index cf21cc391..f55640580 100644
--- a/pom.xml
+++ b/pom.xml
@@ -503,7 +503,7 @@
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
- <version>5.0.0</version>
+ <version>5.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 46d730240..c3f621e11 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -193,7 +193,7 @@
Remove the parentheses in the error message in CircularFifoQueue #107.
</action>
<action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">
- [test] Bump org.easymock:easymock from 4.0.2 to 5.0.0 #352.
+ [test] Bump org.easymock:easymock from 4.0.2 to 5.0.1 #352, #355.
</action>
<action issue="COLLECTIONS-734" dev="ggregory" type="fix" due-to="Chen">
Encountered an IllegalStateException while traversing with
Flat3Map.entrySet(). #115.