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.git


The following commit(s) were added to refs/heads/main by this push:
     new 0ccaa65eca5 Bump org.codehaus.cargo:cargo-maven2-plugin from 1.8.5 to 
1.9.0 (#3111)
0ccaa65eca5 is described below

commit 0ccaa65eca580e59cf655fd29ca5c408411a73db
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 13 08:36:59 2026 -0400

    Bump org.codehaus.cargo:cargo-maven2-plugin from 1.8.5 to 1.9.0 (#3111)
    
    Bumps org.codehaus.cargo:cargo-maven2-plugin from 1.8.5 to 1.9.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.cargo:cargo-maven2-plugin
      dependency-version: 1.9.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 distribution/src/main/release/samples/java_first_jaxws/pom.xml     | 2 +-
 distribution/src/main/release/samples/jax_rs/websocket_web/pom.xml | 2 +-
 distribution/src/main/release/samples/wsdl_first/pom.xml           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/distribution/src/main/release/samples/java_first_jaxws/pom.xml 
b/distribution/src/main/release/samples/java_first_jaxws/pom.xml
index 0f0ca60f985..17626a04d76 100644
--- a/distribution/src/main/release/samples/java_first_jaxws/pom.xml
+++ b/distribution/src/main/release/samples/java_first_jaxws/pom.xml
@@ -40,7 +40,7 @@
             <plugin>
                 <groupId>org.codehaus.cargo</groupId>
                 <artifactId>cargo-maven2-plugin</artifactId>
-                <version>1.8.5</version>
+                <version>1.9.0</version>
                 <configuration>
                     <container>
                         <containerId>tomcat</containerId>
diff --git a/distribution/src/main/release/samples/jax_rs/websocket_web/pom.xml 
b/distribution/src/main/release/samples/jax_rs/websocket_web/pom.xml
index 890323237a2..eebedc33362 100644
--- a/distribution/src/main/release/samples/jax_rs/websocket_web/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/websocket_web/pom.xml
@@ -52,7 +52,7 @@
             <plugin>
                 <groupId>org.codehaus.cargo</groupId>
                 <artifactId>cargo-maven2-plugin</artifactId>
-                <version>1.8.5</version>
+                <version>1.9.0</version>
                 <configuration>
                     <container>
                         <containerId>tomcat</containerId>
diff --git a/distribution/src/main/release/samples/wsdl_first/pom.xml 
b/distribution/src/main/release/samples/wsdl_first/pom.xml
index 28d923c1039..e8e77540694 100644
--- a/distribution/src/main/release/samples/wsdl_first/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first/pom.xml
@@ -51,7 +51,7 @@
                 <plugin>
                     <groupId>org.codehaus.cargo</groupId>
                     <artifactId>cargo-maven2-plugin</artifactId>
-                    <version>1.8.5</version>
+                    <version>1.9.0</version>
                     <configuration>
                         <container>
                             <containerId>tomcat</containerId>

Reply via email to