This is an automated email from the ASF dual-hosted git repository.
pcongiusti 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 64d459bb build(deps): bump org.apache.maven.plugins:maven-pmd-plugin
64d459bb is described below
commit 64d459bb882e4aa0567a2857918d792e92d95a16
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 27 19:31:03 2024 +0000
build(deps): bump org.apache.maven.plugins:maven-pmd-plugin
Bumps
[org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin)
from 3.24.0 to 3.25.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
-
[Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.24.0...maven-pmd-plugin-3.25.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 c418e66a..0c7dcd56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,7 @@
<maven-enforcer-plugin-version>3.5.0</maven-enforcer-plugin-version>
<maven-resources-plugin-version>3.3.1</maven-resources-plugin-version>
<maven-site-plugin-version>3.20.0</maven-site-plugin-version>
- <maven-pmd-plugin-version>3.24.0</maven-pmd-plugin-version>
+ <maven-pmd-plugin-version>3.25.0</maven-pmd-plugin-version>
<maven-pmd-plugin-asm-version>9.7</maven-pmd-plugin-asm-version>
<maven-pmd-plugin-shared-utils-version>3.4.2</maven-pmd-plugin-shared-utils-version>
<maven-plugin-plugin-version>3.14.0</maven-plugin-plugin-version>