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

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


The following commit(s) were added to refs/heads/main by this push:
     new 41055cd9872 Bump 
org.apache.maven.plugin-tools:maven-plugin-annotations (#14054)
41055cd9872 is described below

commit 41055cd98726d6f0ed32c913940867bd8770c43c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 6 09:31:05 2024 +0200

    Bump org.apache.maven.plugin-tools:maven-plugin-annotations (#14054)
    
    Bumps 
[org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools)
 from 3.12.0 to 3.13.0.
    - [Release notes](https://github.com/apache/maven-plugin-tools/releases)
    - 
[Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.12.0...maven-plugin-tools-3.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml   | 2 +-
 components/camel-servicenow/camel-servicenow-maven-plugin/pom.xml   | 2 +-
 tooling/maven/camel-api-component-maven-plugin/pom.xml              | 2 +-
 tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml | 2 +-
 tooling/parent/pom.xml                                              | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml 
b/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
index 9dd009bf99a..e45cff34775 100644
--- a/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
+++ b/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
@@ -100,7 +100,7 @@
         <dependency>
             <groupId>org.apache.maven.plugin-tools</groupId>
             <artifactId>maven-plugin-annotations</artifactId>
-            <version>3.12.0</version>
+            <version>3.13.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
diff --git a/components/camel-servicenow/camel-servicenow-maven-plugin/pom.xml 
b/components/camel-servicenow/camel-servicenow-maven-plugin/pom.xml
index a2029e85c68..7914e8e6012 100644
--- a/components/camel-servicenow/camel-servicenow-maven-plugin/pom.xml
+++ b/components/camel-servicenow/camel-servicenow-maven-plugin/pom.xml
@@ -100,7 +100,7 @@
         <dependency>
             <groupId>org.apache.maven.plugin-tools</groupId>
             <artifactId>maven-plugin-annotations</artifactId>
-            <version>3.12.0</version>
+            <version>3.13.0</version>
             <scope>provided</scope>
         </dependency>
 
diff --git a/tooling/maven/camel-api-component-maven-plugin/pom.xml 
b/tooling/maven/camel-api-component-maven-plugin/pom.xml
index 08f3d9422de..ae7591d72a9 100644
--- a/tooling/maven/camel-api-component-maven-plugin/pom.xml
+++ b/tooling/maven/camel-api-component-maven-plugin/pom.xml
@@ -91,7 +91,7 @@
         <dependency>
             <groupId>org.apache.maven.plugin-tools</groupId>
             <artifactId>maven-plugin-annotations</artifactId>
-            <version>3.12.0</version>
+            <version>3.13.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
diff --git 
a/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml 
b/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml
index b70df46a377..825524fd26e 100644
--- a/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml
+++ b/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml
@@ -73,7 +73,7 @@
         <dependency>
             <groupId>org.apache.maven.plugin-tools</groupId>
             <artifactId>maven-plugin-annotations</artifactId>
-            <version>3.12.0</version>
+            <version>3.13.0</version>
             <scope>provided</scope>
         </dependency>
 
diff --git a/tooling/parent/pom.xml b/tooling/parent/pom.xml
index 09e9c2de031..ba923b082c2 100644
--- a/tooling/parent/pom.xml
+++ b/tooling/parent/pom.xml
@@ -37,7 +37,7 @@
         
<maven-maven-plugin-descriptor-version>2.2.1</maven-maven-plugin-descriptor-version>
         <maven-project-version>2.2.1</maven-project-version>
         <maven-dependency-tree-version>3.2.1</maven-dependency-tree-version>
-        
<maven-plugin-annotations-version>3.12.0</maven-plugin-annotations-version>
+        
<maven-plugin-annotations-version>3.13.0</maven-plugin-annotations-version>
         <maven-reporting-api-version>3.1.1</maven-reporting-api-version>
         <maven-reporting-impl-version>3.2.0</maven-reporting-impl-version>
         <plexus-build-api-version>1.2.0</plexus-build-api-version>

Reply via email to