This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-archetype.git
The following commit(s) were added to refs/heads/master by this push: new 0a8ae543 Bump org.easymock:easymock from 5.5.0 to 5.6.0 0a8ae543 is described below commit 0a8ae543fe54a67377c18add8249968accaaf28b Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon May 19 21:11:31 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> --- maven-archetype-plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-archetype-plugin/pom.xml b/maven-archetype-plugin/pom.xml index a3b333ef..680c5e03 100644 --- a/maven-archetype-plugin/pom.xml +++ b/maven-archetype-plugin/pom.xml @@ -155,7 +155,7 @@ <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> - <version>5.5.0</version> + <version>5.6.0</version> <scope>test</scope> </dependency> <dependency>