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] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-10-28 12:03:16 +00:00 committed by Bruno P. Kinoshita
parent a868815732
commit a3889838df
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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.