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

ffang pushed a commit to branch camel-4.10.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 9d539b7843d039b4ad9d0ac67175ec05a3e1019e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 7 09:50:21 2025 +0100

    chore(deps): Bump cxf-version from 4.1.0 to 4.1.1 (#17374)
    
    Bumps `cxf-version` from 4.1.0 to 4.1.1.
    
    Updates `org.apache.cxf:cxf-rt-transports-http` from 4.1.0 to 4.1.1
    
    Updates `org.apache.cxf:cxf-rt-bindings-soap` from 4.1.0 to 4.1.1
    
    Updates `org.apache.cxf:cxf-rt-frontend-jaxws` from 4.1.0 to 4.1.1
    
    Updates `org.apache.cxf:cxf-rt-frontend-jaxrs` from 4.1.0 to 4.1.1
    
    Updates `org.apache.cxf:cxf-rt-rs-client` from 4.1.0 to 4.1.1
    
    Updates `org.apache.cxf:cxf-rt-features-logging` from 4.1.0 to 4.1.1
    
    Updates `org.apache.cxf:cxf-rt-features-clustering` from 4.1.0 to 4.1.1
    
    Updates `org.apache.cxf:cxf-rt-transports-http-undertow` from 4.1.0 to 4.1.1
    
    Updates `org.apache.cxf:cxf-rt-rs-extension-providers` from 4.1.0 to 4.1.1
    
    Updates `org.apache.cxf:cxf-rt-transports-jms` from 4.1.0 to 4.1.1
    
    Updates `org.apache.cxf:cxf-testutils` from 4.1.0 to 4.1.1
    
    Updates `org.apache.cxf:cxf-rt-ws-rm` from 4.1.0 to 4.1.1
    
    Updates `org.apache.cxf:cxf-rt-ws-security` from 4.1.0 to 4.1.1
    
    Updates `org.apache.cxf:cxf-core` from 4.1.0 to 4.1.1
    
    Updates `org.apache.cxf:cxf-rt-rs-security-oauth2` from 4.1.0 to 4.1.1
    
    ---
    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] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit e008505af69aa05f1ab169730f70e1552906527b)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3f0ff5cf978..855b859351e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -124,7 +124,7 @@
         <cobertura-maven-plugin-version>2.7</cobertura-maven-plugin-version>
         <couchbase-client-version>3.7.7</couchbase-client-version>
         <curator-version>5.7.1</curator-version>
-        <cxf-version>4.1.0</cxf-version>
+        <cxf-version>4.1.1</cxf-version>
         <cxf-codegen-plugin-version>4.1.0</cxf-codegen-plugin-version>
         <!-- cxf-xjc is not released as often -->
         <cxf-xjc-plugin-version>4.1.0</cxf-xjc-plugin-version>

Reply via email to