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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-build-utils.git


The following commit(s) were added to refs/heads/main by this push:
     new 6f12742  Bump org.apache.maven:maven-plugin-api from 3.9.15 to 3.9.16 
(#224)
6f12742 is described below

commit 6f12742a4988399b654ec4723baac4dee84501cb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 19 06:42:55 2026 -0400

    Bump org.apache.maven:maven-plugin-api from 3.9.15 to 3.9.16 (#224)
    
    Bumps [org.apache.maven:maven-plugin-api](https://github.com/apache/maven) 
from 3.9.15 to 3.9.16.
    - [Release notes](https://github.com/apache/maven/releases)
    - 
[Commits](https://github.com/apache/maven/compare/maven-3.9.15...maven-3.9.16)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven:maven-plugin-api
      dependency-version: 3.9.16
      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>
---
 buildtools/pom.xml             | 2 +-
 xml2fastinfoset-plugin/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildtools/pom.xml b/buildtools/pom.xml
index 0fcc326..0df1b93 100644
--- a/buildtools/pom.xml
+++ b/buildtools/pom.xml
@@ -50,7 +50,7 @@
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-plugin-api</artifactId>
-            <version>3.9.15</version>
+            <version>3.9.16</version>
             <optional>true</optional>
         </dependency>
         <dependency>
diff --git a/xml2fastinfoset-plugin/pom.xml b/xml2fastinfoset-plugin/pom.xml
index 15b88e8..0cd8c46 100644
--- a/xml2fastinfoset-plugin/pom.xml
+++ b/xml2fastinfoset-plugin/pom.xml
@@ -58,7 +58,7 @@
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-plugin-api</artifactId>
-            <version>3.9.15</version>
+            <version>3.9.16</version>
             <scope>provided</scope>
         </dependency>
         

Reply via email to