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 e7cfa1029 Bump org.apache.maven:maven-plugin-api from 3.9.9 to 3.9.10
(#2488)
e7cfa1029 is described below
commit e7cfa1029d856b8118b488a21e2ed1417fd593b2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 10 07:48:45 2025 +0200
Bump org.apache.maven:maven-plugin-api from 3.9.9 to 3.9.10 (#2488)
Bumps [org.apache.maven:maven-plugin-api](https://github.com/apache/maven)
from 3.9.9 to 3.9.10.
- [Release notes](https://github.com/apache/maven/releases)
-
[Commits](https://github.com/apache/maven/compare/maven-3.9.9...maven-3.9.10)
---
updated-dependencies:
- dependency-name: org.apache.maven:maven-plugin-api
dependency-version: 3.9.10
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>
---
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 6dcc4eb08..ef2812e15 100644
--- a/library/kamelets-maven-plugin/pom.xml
+++ b/library/kamelets-maven-plugin/pom.xml
@@ -63,7 +63,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
- <version>3.9.9</version>
+ <version>3.9.10</version>
<scope>provided</scope>
</dependency>
<dependency>