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

reta pushed a commit to branch 4.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 4c851bb50ee33acc649715a399973e481d1803c1
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>
    (cherry picked from commit 0ccaa65eca580e59cf655fd29ca5c408411a73db)
---
 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 7ce104ead0e..f4306033c43 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 43bc66d6ddf..bd8826991cf 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 2254794d3f2..2ce87e21d75 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