You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2024/03/13 09:24:12 UTC

(camel) branch main updated: Bump cxf-version from 4.0.3 to 4.0.4 (#13459)

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 4e1ed0133ff Bump cxf-version from 4.0.3 to 4.0.4 (#13459)
4e1ed0133ff is described below

commit 4e1ed0133ff4eb3032551622a5d2b429a9462bfd
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Mar 13 10:24:06 2024 +0100

    Bump cxf-version from 4.0.3 to 4.0.4 (#13459)
    
    Bumps `cxf-version` from 4.0.3 to 4.0.4.
    
    Updates `org.apache.cxf:cxf-rt-transports-http` from 4.0.3 to 4.0.4
    
    Updates `org.apache.cxf:cxf-rt-bindings-soap` from 4.0.3 to 4.0.4
    
    Updates `org.apache.cxf:cxf-rt-frontend-jaxws` from 4.0.3 to 4.0.4
    
    Updates `org.apache.cxf:cxf-rt-frontend-jaxrs` from 4.0.3 to 4.0.4
    
    Updates `org.apache.cxf:cxf-rt-rs-client` from 4.0.3 to 4.0.4
    
    Updates `org.apache.cxf:cxf-rt-features-logging` from 4.0.3 to 4.0.4
    
    Updates `org.apache.cxf:cxf-rt-features-clustering` from 4.0.3 to 4.0.4
    
    Updates `org.apache.cxf:cxf-rt-transports-http-undertow` from 4.0.3 to 4.0.4
    
    Updates `org.apache.cxf:cxf-rt-rs-extension-providers` from 4.0.3 to 4.0.4
    
    Updates `org.apache.cxf:cxf-rt-transports-jms` from 4.0.3 to 4.0.4
    
    Updates `org.apache.cxf:cxf-testutils` from 4.0.3 to 4.0.4
    
    Updates `org.apache.cxf:cxf-rt-ws-rm` from 4.0.3 to 4.0.4
    
    Updates `org.apache.cxf:cxf-rt-ws-security` from 4.0.3 to 4.0.4
    
    Updates `org.apache.cxf:cxf-core` from 4.0.3 to 4.0.4
    
    Updates `org.apache.cxf:cxf-rt-rs-security-oauth2` from 4.0.3 to 4.0.4
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.cxf:cxf-rt-transports-http
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.cxf:cxf-rt-bindings-soap
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.cxf:cxf-rt-frontend-jaxws
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.cxf:cxf-rt-frontend-jaxrs
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.apache.cxf:cxf-rt-rs-client
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.cxf:cxf-rt-features-logging
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.cxf:cxf-rt-features-clustering
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.cxf:cxf-rt-transports-http-undertow
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.cxf:cxf-rt-rs-extension-providers
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.cxf:cxf-rt-transports-jms
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.cxf:cxf-testutils
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.cxf:cxf-rt-ws-rm
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.cxf:cxf-rt-ws-security
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.cxf:cxf-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.cxf:cxf-rt-rs-security-oauth2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index ded0dcb23f2..381a9fa4ef1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -116,7 +116,7 @@
         <cobertura-maven-plugin-version>2.7</cobertura-maven-plugin-version>
         <couchbase-client-version>3.5.3</couchbase-client-version>
         <curator-version>5.6.0</curator-version>
-        <cxf-version>4.0.3</cxf-version>
+        <cxf-version>4.0.4</cxf-version>
         <cxf-codegen-plugin-version>4.0.3</cxf-codegen-plugin-version>
         <!-- cxf-xjc is not released as often -->
         <cxf-xjc-plugin-version>4.0.0</cxf-xjc-plugin-version>