diff --git a/pom.xml b/pom.xml index cf21cc391..f55640580 100644 --- a/pom.xml +++ b/pom.xml @@ -503,7 +503,7 @@ org.easymock easymock - 5.0.0 + 5.0.1 test 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. - [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. Encountered an IllegalStateException while traversing with Flat3Map.entrySet(). #115.