This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/master by this push: new 5d0f0a1 build(deps): bump maven-enforcer-plugin from 3.0.0-M2 to 3.0.0-M3 5d0f0a1 is described below commit 5d0f0a16a265a15cabf580f6cf41d2ce05465ce3 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Feb 25 20:02:51 2021 +0000 build(deps): bump maven-enforcer-plugin from 3.0.0-M2 to 3.0.0-M3 Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.0.0-M2 to 3.0.0-M3. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.0.0-M2...enforcer-3.0.0-M3) 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 7469500..43dc6de 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ <maven-jar-plugin-version>3.2.0</maven-jar-plugin-version> <maven-invoker-plugin-version>3.2.1</maven-invoker-plugin-version> <maven-clean-plugin-version>3.1.0</maven-clean-plugin-version> - <maven-enforcer-plugin-version>3.0.0-M2</maven-enforcer-plugin-version> + <maven-enforcer-plugin-version>3.0.0-M3</maven-enforcer-plugin-version> <maven-resources-plugin-version>3.2.0</maven-resources-plugin-version> <maven-site-plugin-version>3.9.1</maven-site-plugin-version> <maven-pmd-plugin-version>3.14.0</maven-pmd-plugin-version>