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 65e00b1e1fb chore(deps): Bump
org.apache.maven.plugin-tools:maven-plugin-annotations (#16139)
65e00b1e1fb is described below
commit 65e00b1e1fb71bda5a386e60631d8fea4aea8c83
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 1 08:11:28 2024 +0100
chore(deps): Bump org.apache.maven.plugin-tools:maven-plugin-annotations
(#16139)
Bumps
[org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools)
from 3.15.0 to 3.15.1.
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
-
[Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.15.0...maven-plugin-tools-3.15.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
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 +-
parent/pom.xml | 2 +-
tooling/maven/camel-api-component-maven-plugin/pom.xml | 2 +-
tooling/maven/camel-eip-documentation-enricher-maven-plugin/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 9d5d36dccc3..b8d9dd47a47 100644
--- a/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
+++ b/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
@@ -88,7 +88,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
- <version>3.15.0</version>
+ <version>3.15.1</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 14a8190a01f..f76529e06f1 100644
--- a/components/camel-servicenow/camel-servicenow-maven-plugin/pom.xml
+++ b/components/camel-servicenow/camel-servicenow-maven-plugin/pom.xml
@@ -88,7 +88,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
- <version>3.15.0</version>
+ <version>3.15.1</version>
<scope>provided</scope>
</dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index f9a91ebb275..0f3f51c2014 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -344,7 +344,7 @@
<maven-maven-plugin-descriptor-version>2.2.1</maven-maven-plugin-descriptor-version>
<maven-owasp-plugin-version>11.0.0</maven-owasp-plugin-version>
<maven-plugin-plugin-version>3.15.0</maven-plugin-plugin-version>
-
<maven-plugin-annotations-version>3.15.0</maven-plugin-annotations-version>
+
<maven-plugin-annotations-version>3.15.1</maven-plugin-annotations-version>
<maven-plugin-testing-harness-version>3.3.0</maven-plugin-testing-harness-version>
<maven-project-version>2.2.1</maven-project-version>
<maven-resources-plugin-version>3.3.1</maven-resources-plugin-version>
diff --git a/tooling/maven/camel-api-component-maven-plugin/pom.xml
b/tooling/maven/camel-api-component-maven-plugin/pom.xml
index 505c6b30353..99aa721d0b1 100644
--- a/tooling/maven/camel-api-component-maven-plugin/pom.xml
+++ b/tooling/maven/camel-api-component-maven-plugin/pom.xml
@@ -80,7 +80,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
- <version>3.15.0</version>
+ <version>3.15.1</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 e117502432a..31ae164a6db 100644
--- a/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml
+++ b/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml
@@ -62,7 +62,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
- <version>3.15.0</version>
+ <version>3.15.1</version>
<scope>provided</scope>
</dependency>