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 12a10e4b4a2c1b3c809bc7deb20dc4a74a7fde21 Author: Andriy Redko <[email protected]> AuthorDate: Fri Aug 25 08:06:52 2023 -0400 Update Spring Boot to 2.7.15 --- 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 d5917f1720..78292e07f0 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.14</cxf.spring.boot.version> + <cxf.spring.boot.version>2.7.15</cxf.spring.boot.version> <cxf.spring.cloud.eureka.version>3.1.7</cxf.spring.cloud.eureka.version> <cxf.jetty10.version>10.0.15</cxf.jetty10.version> <cxf.netty.version>4.1.96.Final</cxf.netty.version>
