You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/12/05 05:37:39 UTC

(camel-kamelets) branch main updated: Bump org.apache.maven.plugins:maven-plugin-plugin from 3.6.4 to 3.10.2 (#1766)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


The following commit(s) were added to refs/heads/main by this push:
     new c30790a7 Bump org.apache.maven.plugins:maven-plugin-plugin from 3.6.4 to 3.10.2 (#1766)
c30790a7 is described below

commit c30790a7d7399ffcffe3539d899e42d992fda8ba
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Dec 5 06:37:34 2023 +0100

    Bump org.apache.maven.plugins:maven-plugin-plugin from 3.6.4 to 3.10.2 (#1766)
    
    Bumps [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) from 3.6.4 to 3.10.2.
    - [Release notes](https://github.com/apache/maven-plugin-tools/releases)
    - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.6.4...maven-plugin-tools-3.10.2)
    
    ---
    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] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 library/kamelets-maven-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/kamelets-maven-plugin/pom.xml b/library/kamelets-maven-plugin/pom.xml
index 9af62145..bb0de19b 100644
--- a/library/kamelets-maven-plugin/pom.xml
+++ b/library/kamelets-maven-plugin/pom.xml
@@ -109,7 +109,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-plugin-plugin</artifactId>
-                <version>3.6.4</version>
+                <version>3.10.2</version>
                 <configuration>
                     <mojoDependencies>
                         <dep>org.apache.maven:maven-plugin-api</dep>