This is an automated email from the ASF dual-hosted git repository. ggregory 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 fad2f4378 Bump org.easymock:easymock from 5.5.0 to 5.6.0 fad2f4378 is described below commit fad2f4378f1a28f6a02d1d272bc4c60615f8710f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue May 20 20:15:30 2025 +0000 Bump org.easymock:easymock from 5.5.0 to 5.6.0 Bumps [org.easymock:easymock](https://github.com/easymock/easymock) from 5.5.0 to 5.6.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-5.5.0...easymock-5.6.0) --- updated-dependencies: - dependency-name: org.easymock:easymock dependency-version: 5.6.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5ba8c0349..5294ad471 100644 --- a/pom.xml +++ b/pom.xml @@ -129,7 +129,7 @@ <commons.jacoco.lineRatio>0.85</commons.jacoco.lineRatio> <commons.jacoco.complexityRatio>0.78</commons.jacoco.complexityRatio> <doxia.module.markdown.version>2.0.0</doxia.module.markdown.version> - <commons.easymock.version>5.5.0</commons.easymock.version> + <commons.easymock.version>5.6.0</commons.easymock.version> </properties> <build> <defaultGoal>clean verify apache-rat:check pmd:check checkstyle:check japicmp:cmp javadoc:javadoc</defaultGoal>