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
commit 081c3f5c7157e3c5dd0c87be5d5e28d8685676a2 Author: Andriy Redko <[email protected]> AuthorDate: Thu Nov 20 19:57:33 2025 -0500 Update Spring Boot to 3.4.12 --- 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 13e55315fe..cbdc40449a 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>3.4.11</cxf.spring.boot.version> + <cxf.spring.boot.version>3.4.12</cxf.spring.boot.version> <cxf.spring.cloud.eureka.version>4.2.2</cxf.spring.cloud.eureka.version> <cxf.jetty12.version>12.0.30</cxf.jetty12.version> <cxf.netty.version>4.1.128.Final</cxf.netty.version> diff --git a/parent/pom.xml b/parent/pom.xml index 509c7f1504..248ea218e4 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -212,7 +212,7 @@ <cxf.slf4j.version>2.0.17</cxf.slf4j.version> <cxf.snakeyaml.version>2.5</cxf.snakeyaml.version> <cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version> - <cxf.spring.boot.version>3.4.11</cxf.spring.boot.version> + <cxf.spring.boot.version>3.4.12</cxf.spring.boot.version> <cxf.spring.ldap.version>3.2.15</cxf.spring.ldap.version> <cxf.spring.mock>spring-test</cxf.spring.mock> <cxf.spring.security.version>6.4.12</cxf.spring.security.version>
