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 f35fd7835e Update Spring Boot to 3.0.12
f35fd7835e is described below
commit f35fd7835e77d587cb8280601b69a08d6b8dc8f3
Author: Andriy Redko <[email protected]>
AuthorDate: Thu Oct 19 09:40:59 2023 -0400
Update Spring Boot to 3.0.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 d72b37dd7a..3cf02c404c 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.0.11</cxf.spring.boot.version>
+ <cxf.spring.boot.version>3.0.12</cxf.spring.boot.version>
<cxf.spring.cloud.eureka.version>4.0.3</cxf.spring.cloud.eureka.version>
<cxf.jetty11.version>11.0.17</cxf.jetty11.version>
<cxf.netty.version>4.1.100.Final</cxf.netty.version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 3c0edf9639..abb6a76846 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -211,7 +211,7 @@
<cxf.slf4j.version>2.0.9</cxf.slf4j.version>
<cxf.snakeyaml.version>2.2</cxf.snakeyaml.version>
<cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version>
- <cxf.spring.boot.version>3.0.11</cxf.spring.boot.version>
+ <cxf.spring.boot.version>3.0.12</cxf.spring.boot.version>
<cxf.spring.ldap.version>3.0.6</cxf.spring.ldap.version>
<cxf.spring.mock>spring-test</cxf.spring.mock>
<cxf.spring.security.version>6.0.8</cxf.spring.security.version>