This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 28c9816f71282090a9325cd3d9cd565fc5499d60 Author: Andriy Redko <[email protected]> AuthorDate: Thu Oct 19 09:43:27 2023 -0400 Update to Spring Boot 2.7.17 (samples) --- 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 37bd83c8a5..0930be4d1e 100644 --- a/distribution/src/main/release/samples/pom.xml +++ b/distribution/src/main/release/samples/pom.xml @@ -30,7 +30,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>2.7.16</cxf.spring.boot.version> + <cxf.spring.boot.version>2.7.17</cxf.spring.boot.version> <cxf.spring.cloud.eureka.version>3.1.7</cxf.spring.cloud.eureka.version> <cxf.jetty10.version>10.0.17</cxf.jetty10.version> <cxf.netty.version>4.1.100.Final</cxf.netty.version>
