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

acosentino 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 18c124e55db chore(deps): Bump cxf-version from 4.0.4 to 4.0.5 (#14868)
18c124e55db is described below

commit 18c124e55db797f6083282ee841ef9f0883d7070
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 18 09:30:33 2024 +0200

    chore(deps): Bump cxf-version from 4.0.4 to 4.0.5 (#14868)
    
    Bumps `cxf-version` from 4.0.4 to 4.0.5.
    
    Updates `org.apache.cxf:cxf-rt-transports-http` from 4.0.4 to 4.0.5
    
    Updates `org.apache.cxf:cxf-rt-bindings-soap` from 4.0.4 to 4.0.5
    
    Updates `org.apache.cxf:cxf-rt-frontend-jaxws` from 4.0.4 to 4.0.5
    
    Updates `org.apache.cxf:cxf-rt-frontend-jaxrs` from 4.0.4 to 4.0.5
    
    Updates `org.apache.cxf:cxf-rt-rs-client` from 4.0.4 to 4.0.5
    
    Updates `org.apache.cxf:cxf-rt-features-logging` from 4.0.4 to 4.0.5
    
    Updates `org.apache.cxf:cxf-rt-features-clustering` from 4.0.4 to 4.0.5
    
    Updates `org.apache.cxf:cxf-rt-transports-http-undertow` from 4.0.4 to 4.0.5
    
    Updates `org.apache.cxf:cxf-rt-rs-extension-providers` from 4.0.4 to 4.0.5
    
    Updates `org.apache.cxf:cxf-rt-transports-jms` from 4.0.4 to 4.0.5
    
    Updates `org.apache.cxf:cxf-testutils` from 4.0.4 to 4.0.5
    
    Updates `org.apache.cxf:cxf-rt-ws-rm` from 4.0.4 to 4.0.5
    
    Updates `org.apache.cxf:cxf-rt-ws-security` from 4.0.4 to 4.0.5
    
    Updates `org.apache.cxf:cxf-core` from 4.0.4 to 4.0.5
    
    Updates `org.apache.cxf:cxf-rt-rs-security-oauth2` from 4.0.4 to 4.0.5
    
    ---
    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] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@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 b2d16bec5b1..7b4c4a6ee06 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -125,7 +125,7 @@
         <cobertura-maven-plugin-version>2.7</cobertura-maven-plugin-version>
         <couchbase-client-version>3.7.0</couchbase-client-version>
         <curator-version>5.7.0</curator-version>
-        <cxf-version>4.0.4</cxf-version>
+        <cxf-version>4.0.5</cxf-version>
         <cxf-codegen-plugin-version>4.0.4</cxf-codegen-plugin-version>
         <!-- cxf-xjc is not released as often -->
         <cxf-xjc-plugin-version>4.0.1</cxf-xjc-plugin-version>

Reply via email to