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 ce3f5e73 build(deps): bump org.apache.maven.plugins:maven-plugin-plugin
ce3f5e73 is described below
commit ce3f5e73973d1d4889698a3a06b6b60f985753db
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 2 19:16:16 2024 +0000
build(deps): bump org.apache.maven.plugins:maven-plugin-plugin
Bumps
[org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools)
from 3.11.0 to 3.13.1.
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
-
[Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.11.0...maven-plugin-tools-3.13.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-plugin-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 ac4f8cee..6dd0fef2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,7 +83,7 @@
<maven-pmd-plugin-version>3.21.2</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.11.0</maven-plugin-plugin-version>
+ <maven-plugin-plugin-version>3.13.1</maven-plugin-plugin-version>
<maven-plugin-api-version>3.6.3</maven-plugin-api-version>
<maven-plugin-tools-version>3.13.1</maven-plugin-tools-version>
<maven-shaded-version>3.3.2</maven-shaded-version>