You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/02/15 13:13:24 UTC

[cxf] branch main updated: Bump jbossws-cxf-client from 6.1.0.Final to 6.2.0.Final (#1139)

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 ddcc93f127 Bump jbossws-cxf-client from 6.1.0.Final to 6.2.0.Final (#1139)
ddcc93f127 is described below

commit ddcc93f12758a13cb4ce98c3d76a68f207ba674f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 15 08:13:16 2023 -0500

    Bump jbossws-cxf-client from 6.1.0.Final to 6.2.0.Final (#1139)
    
    Bumps jbossws-cxf-client from 6.1.0.Final to 6.2.0.Final.
    
    ---
    updated-dependencies:
    - dependency-name: org.jboss.ws.cxf:jbossws-cxf-client
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 distribution/src/main/release/samples/ws_transaction/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/src/main/release/samples/ws_transaction/pom.xml b/distribution/src/main/release/samples/ws_transaction/pom.xml
index aa11786568..d92f422b10 100644
--- a/distribution/src/main/release/samples/ws_transaction/pom.xml
+++ b/distribution/src/main/release/samples/ws_transaction/pom.xml
@@ -80,7 +80,7 @@
         <dependency>
             <groupId>org.jboss.ws.cxf</groupId>
             <artifactId>jbossws-cxf-client</artifactId>
-            <version>6.1.0.Final</version>
+            <version>6.2.0.Final</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.cxf</groupId>