commit | 690d4974fa37d9b626c631e1bd7306c6edeb6c42 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Oct 17 10:02:16 2022 -0400 |
committer | GitHub <noreply@github.com> | Mon Oct 17 10:02:16 2022 -0400 |
tree | 97f608d9ad62654300c9957f05f8539708b9e51f | |
parent | bbd2521c04c0fc0c3e6765fd86714d4e72bf992d [diff] |
Bump easymock from 4.3 to 5.0.0 (#972) Bumps [easymock](https://github.com/easymock/easymock) from 4.3 to 5.0.0. - [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-4.3...easymock-5.0.0) --- updated-dependencies: - dependency-name: org.easymock:easymock dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/pom.xml b/pom.xml index 673e95c..585508d 100644 --- a/pom.xml +++ b/pom.xml
@@ -558,7 +558,7 @@ <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> - <version>4.3</version> + <version>5.0.0</version> <scope>test</scope> </dependency>