aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-30 15:00:26 -0400
committerGitHub <noreply@github.com>2022-10-30 15:00:26 -0400
commit0a7a712368f666c40d2b50d46294906ce9386699 (patch)
tree9bf7fcc960c5aa308c8128bd181c380ee86dd258 /pom.xml
parent70a0de74d3c9a9587c0a2b6377ac237a1d11dd75 (diff)
downloadapache-commons-lang-0a7a712368f666c40d2b50d46294906ce9386699.tar.gz
Bump easymock from 5.0.0 to 5.0.1 (#986)
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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 96ca4a065..a6af09bf3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -558,7 +558,7 @@
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
- <version>5.0.0</version>
+ <version>5.0.1</version>
<scope>test</scope>
</dependency>