You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/12/19 08:26:33 UTC

(camel-k-runtime) branch main updated: build(deps): bump org.apache.maven.plugins:maven-clean-plugin

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 c15894f3 build(deps): bump org.apache.maven.plugins:maven-clean-plugin
c15894f3 is described below

commit c15894f35f9ea480d9759555791441f41396109b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Dec 18 20:55:41 2023 +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.2.0 to 3.3.2.
    - [Release notes](https://github.com/apache/maven-clean-plugin/releases)
    - [Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.2.0...maven-clean-plugin-3.3.2)
    
    ---
    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] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 41003929..0c134fc5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,7 @@
         <build-helper-maven-plugin-version>3.5.0</build-helper-maven-plugin-version>
         <maven-jar-plugin-version>3.3.0</maven-jar-plugin-version>
         <maven-invoker-plugin-version>3.2.1</maven-invoker-plugin-version>
-        <maven-clean-plugin-version>3.2.0</maven-clean-plugin-version>
+        <maven-clean-plugin-version>3.3.2</maven-clean-plugin-version>
         <maven-enforcer-plugin-version>3.4.1</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>