This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push: new 85af2c71b8 [MNG-8757] Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1 (#2397) 85af2c71b8 is described below commit 85af2c71b82d7330950c0750c786142b671d3c03 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri May 30 15:09:32 2025 +0200 [MNG-8757] Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1 (#2397) Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.5.0...3.5.1) --- updated-dependencies: - dependency-name: org.codehaus.mojo:exec-maven-plugin dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- https://issues.apache.org/jira/browse/MNG-8757 --- apache-maven/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml index 0658fe85dd..acd7e41673 100644 --- a/apache-maven/pom.xml +++ b/apache-maven/pom.xml @@ -273,7 +273,7 @@ under the License. <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> - <version>3.5.0</version> + <version>3.5.1</version> <executions> <execution> <id>render-configuration-page</id>