This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git
The following commit(s) were added to refs/heads/master by this push: new e6c1714 [MENFORCER-469] Bump maven-invoker-plugin from 3.4.0 to 3.5.0 (#250) e6c1714 is described below commit e6c1714d0838c93e5c182a869bdb8bb7578b7e31 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sun Mar 12 16:39:42 2023 +0100 [MENFORCER-469] Bump maven-invoker-plugin from 3.4.0 to 3.5.0 (#250) Bumps [maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/apache/maven-invoker-plugin/releases) - [Commits](https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.4.0...maven-invoker-plugin-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-invoker-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index de22163..4a9174f 100644 --- a/pom.xml +++ b/pom.xml @@ -207,7 +207,7 @@ <!-- remove with future parent upgrade --> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-invoker-plugin</artifactId> - <version>3.4.0</version> + <version>3.5.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>