This is an automated email from the ASF dual-hosted git repository. acosentino 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 65b81b66 build(deps): bump maven-pmd-plugin from 3.16.0 to 3.17.0 65b81b66 is described below commit 65b81b66daaf7b6cc3e7789240d4df438499d979 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Jun 6 19:03:56 2022 +0000 build(deps): bump maven-pmd-plugin from 3.16.0 to 3.17.0 Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.16.0 to 3.17.0. - [Release notes](https://github.com/apache/maven-pmd-plugin/releases) - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.16.0...maven-pmd-plugin-3.17.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-pmd-plugin dependency-type: direct:production update-type: version-update:semver-minor ... 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 f1016ba9..37e1b47d 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,7 @@ <maven-enforcer-plugin-version>3.0.0</maven-enforcer-plugin-version> <maven-resources-plugin-version>3.2.0</maven-resources-plugin-version> <maven-site-plugin-version>3.12.0</maven-site-plugin-version> - <maven-pmd-plugin-version>3.16.0</maven-pmd-plugin-version> + <maven-pmd-plugin-version>3.17.0</maven-pmd-plugin-version> <maven-pmd-plugin-asm-version>9.3</maven-pmd-plugin-asm-version> <maven-plugin-plugin-version>3.6.4</maven-plugin-plugin-version> <maven-version>3.6.3</maven-version>