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 7aae5cbd build(deps): bump org.apache.maven.plugins:maven-clean-plugin
7aae5cbd is described below
commit 7aae5cbdc3fb4b82a905355ebd4a1e0e8fd09141
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 8 07:20:59 2024 +0000
build(deps): bump org.apache.maven.plugins:maven-clean-plugin
Bumps
[org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin)
from 3.3.2 to 3.4.0.
- [Release notes](https://github.com/apache/maven-clean-plugin/releases)
-
[Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.3.2...maven-clean-plugin-3.4.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-clean-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 a906c883..c4c400a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@
<build-helper-maven-plugin-version>3.5.0</build-helper-maven-plugin-version>
<maven-jar-plugin-version>3.4.2</maven-jar-plugin-version>
<maven-invoker-plugin-version>3.2.1</maven-invoker-plugin-version>
- <maven-clean-plugin-version>3.3.2</maven-clean-plugin-version>
+ <maven-clean-plugin-version>3.4.0</maven-clean-plugin-version>
<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.12.1</maven-site-plugin-version>