This is an automated email from the ASF dual-hosted git repository.
tsato 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 4d785bdc build(deps): bump maven-pmd-plugin from 3.18.0 to 3.19.0
4d785bdc is described below
commit 4d785bdce0b5bd25dc392012f1fedca5c29c2381
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 5 19:30:46 2022 +0000
build(deps): bump maven-pmd-plugin from 3.18.0 to 3.19.0
Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from
3.18.0 to 3.19.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
-
[Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.18.0...maven-pmd-plugin-3.19.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] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9654f984..4d1da7ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
<maven-enforcer-plugin-version>3.1.0</maven-enforcer-plugin-version>
<maven-resources-plugin-version>3.3.0</maven-resources-plugin-version>
<maven-site-plugin-version>3.12.1</maven-site-plugin-version>
- <maven-pmd-plugin-version>3.18.0</maven-pmd-plugin-version>
+ <maven-pmd-plugin-version>3.19.0</maven-pmd-plugin-version>
<maven-pmd-plugin-asm-version>9.3</maven-pmd-plugin-asm-version>
<maven-pmd-plugin-shared-utils-version>3.3.3</maven-pmd-plugin-shared-utils-version>
<maven-plugin-plugin-version>3.6.4</maven-plugin-plugin-version>