This is an automated email from the ASF dual-hosted git repository.
lburgazzoli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/main by this push:
new 7fe91fe build(deps): bump maven-plugin-plugin from 3.6.0 to 3.6.1
7fe91fe is described below
commit 7fe91fe55353bd3e8c78508b004ddfb647500493
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 26 19:02:17 2021 +0000
build(deps): bump maven-plugin-plugin from 3.6.0 to 3.6.1
Bumps [maven-plugin-plugin](https://github.com/apache/maven-plugin-tools)
from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
-
[Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.6.0...maven-plugin-tools-3.6.1)
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8bff0a9..e0cf61b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@
<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>
- <maven-plugin-plugin-version>3.6.0</maven-plugin-plugin-version>
+ <maven-plugin-plugin-version>3.6.1</maven-plugin-plugin-version>
<maven-version>3.6.3</maven-version>
<maven-plugin-tools-version>3.6.1</maven-plugin-tools-version>
<maven-shaded-version>3.2.0</maven-shaded-version>