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 a36490434e2 CXF-9230: Update to Spring Boot 4.1 release line (#3040)
a36490434e2 is described below
commit a36490434e2634bb211eb4cbad7380baebdd8862
Author: Andriy Redko <[email protected]>
AuthorDate: Thu Jul 9 08:55:04 2026 -0400
CXF-9230: Update to Spring Boot 4.1 release line (#3040)
---
distribution/src/main/release/samples/pom.xml | 2 +-
parent/pom.xml | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/distribution/src/main/release/samples/pom.xml
b/distribution/src/main/release/samples/pom.xml
index e68b78d335e..0a0aea6e0a1 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.7</cxf.spring.boot.version>
+ <cxf.spring.boot.version>4.1.0</cxf.spring.boot.version>
<cxf.spring.cloud.eureka.version>5.0.2</cxf.spring.cloud.eureka.version>
<cxf.jetty12.version>12.1.10</cxf.jetty12.version>
<cxf.netty.version>4.2.16.Final</cxf.netty.version>
diff --git a/parent/pom.xml b/parent/pom.xml
index d9eacd1b304..6265190db20 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -181,8 +181,8 @@
<cxf.logback.classic.version>1.5.37</cxf.logback.classic.version>
<cxf.lucene.version>10.5.0</cxf.lucene.version>
<cxf.maven.core.version>3.9.16</cxf.maven.core.version>
- <cxf.micrometer.version>1.16.6</cxf.micrometer.version>
- <cxf.micrometer-tracing.version>1.6.6</cxf.micrometer-tracing.version>
+ <cxf.micrometer.version>1.17.0</cxf.micrometer.version>
+ <cxf.micrometer-tracing.version>1.7.0</cxf.micrometer-tracing.version>
<cxf.microprofile.config.version>3.1.1</cxf.microprofile.config.version>
<cxf.microprofile.rest.client.version>4.0</cxf.microprofile.rest.client.version>
<cxf.microprofile.openapi.version>4.1.1</cxf.microprofile.openapi.version>
@@ -216,10 +216,10 @@
<cxf.slf4j.version>2.0.18</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.7</cxf.spring.boot.version>
- <cxf.spring.ldap.version>4.0.4</cxf.spring.ldap.version>
+ <cxf.spring.boot.version>4.1.0</cxf.spring.boot.version>
+ <cxf.spring.ldap.version>4.1.0</cxf.spring.ldap.version>
<cxf.spring.mock>spring-test</cxf.spring.mock>
- <cxf.spring.security.version>7.0.6</cxf.spring.security.version>
+ <cxf.spring.security.version>7.1.0</cxf.spring.security.version>
<cxf.spring.version>7.0.8</cxf.spring.version>
<cxf.stax-ex.version>1.8.3</cxf.stax-ex.version>
<cxf.swagger.ui.version>5.32.8</cxf.swagger.ui.version>