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 ee90bef0823 Update Spring Boot to 4.0.5
ee90bef0823 is described below

commit ee90bef0823a803d828af252ce1188257b57fec0
Author: Andriy Redko <[email protected]>
AuthorDate: Thu Mar 26 08:58:41 2026 -0400

    Update Spring Boot to 4.0.5
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 parent/pom.xml                                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml 
b/distribution/src/main/release/samples/pom.xml
index ee847ebc8f9..808f3814328 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -31,7 +31,7 @@
         <!-- don't deploy the samples, kind of pointless -->
         <maven.deploy.skip>true</maven.deploy.skip>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <cxf.spring.boot.version>4.0.4</cxf.spring.boot.version>
+        <cxf.spring.boot.version>4.0.5</cxf.spring.boot.version>
         
<cxf.spring.cloud.eureka.version>5.0.1</cxf.spring.cloud.eureka.version>
         <cxf.jetty12.version>12.1.7</cxf.jetty12.version>
         <cxf.netty.version>4.2.12.Final</cxf.netty.version>
diff --git a/parent/pom.xml b/parent/pom.xml
index e383ac81f44..5b58abc79de 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -215,7 +215,7 @@
         <cxf.slf4j.version>2.0.17</cxf.slf4j.version>
         <cxf.snakeyaml.version>2.6</cxf.snakeyaml.version>
         <cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version>
-        <cxf.spring.boot.version>4.0.4</cxf.spring.boot.version>
+        <cxf.spring.boot.version>4.0.5</cxf.spring.boot.version>
         <cxf.spring.ldap.version>4.0.2</cxf.spring.ldap.version>
         <cxf.spring.mock>spring-test</cxf.spring.mock>
         <cxf.spring.security.version>7.0.4</cxf.spring.security.version>

Reply via email to