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 9c77eabb0d Update Spring Boot to 3.0.10 (samples/pom.xml)
9c77eabb0d is described below
commit 9c77eabb0d2a8f310801ea0d84c634148ccc2553
Author: Andriy Redko <[email protected]>
AuthorDate: Sat Aug 26 13:41:18 2023 -0400
Update Spring Boot to 3.0.10 (samples/pom.xml)
---
distribution/src/main/release/samples/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/distribution/src/main/release/samples/pom.xml
b/distribution/src/main/release/samples/pom.xml
index bcfee0742a..7b7d8d2dc8 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.9</cxf.spring.boot.version>
+ <cxf.spring.boot.version>3.0.10</cxf.spring.boot.version>
<cxf.spring.cloud.eureka.version>4.0.3</cxf.spring.cloud.eureka.version>
<cxf.jetty11.version>11.0.15</cxf.jetty11.version>
<cxf.netty.version>4.1.97.Final</cxf.netty.version>