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 db54e02 build(deps): bump maven-plugin-annotations from 3.6.2 to 3.6.4
db54e02 is described below
commit db54e02bd87caf5fdc466b4acb0876669242e859
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 17 20:26:23 2022 +0000
build(deps): bump maven-plugin-annotations from 3.6.2 to 3.6.4
Bumps
[maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) from
3.6.2 to 3.6.4.
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
-
[Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.6.2...maven-plugin-tools-3.6.4)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 d00ab76..f679a3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,7 +85,7 @@
<maven-pmd-plugin-asm-version>9.2</maven-pmd-plugin-asm-version>
<maven-plugin-plugin-version>3.6.4</maven-plugin-plugin-version>
<maven-version>3.6.3</maven-version>
- <maven-plugin-tools-version>3.6.2</maven-plugin-tools-version>
+ <maven-plugin-tools-version>3.6.4</maven-plugin-tools-version>
<maven-shaded-version>3.2.0</maven-shaded-version>
</properties>