You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2022/07/22 15:22:40 UTC

[cxf] branch 3.6.x-fixes updated: Updating to Spring Boot 2.7.2

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
     new d30602dda6 Updating to Spring Boot 2.7.2
d30602dda6 is described below

commit d30602dda6a86c80c58aa7665f1f6ac11b94845d
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Jul 22 16:22:22 2022 +0100

    Updating to Spring Boot 2.7.2
---
 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 8f9e1dcbf8..36588607c3 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>
-        <spring.boot.version>2.7.1</spring.boot.version>
+        <spring.boot.version>2.7.2</spring.boot.version>
         <spring.cloud.eureka.version>3.1.1</spring.cloud.eureka.version>
         <cxf.jetty9.version>9.4.48.v20220622</cxf.jetty9.version>
         <cxf.netty.version>4.1.79.Final</cxf.netty.version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 7992a4c553..af2d9987a6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -199,7 +199,7 @@
         <cxf.slf4j.version>1.7.36</cxf.slf4j.version>
         <cxf.snakeyaml.version>1.30</cxf.snakeyaml.version>
         <cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version>
-        <cxf.spring.boot.version>2.7.1</cxf.spring.boot.version>
+        <cxf.spring.boot.version>2.7.2</cxf.spring.boot.version>
         <cxf.spring.ldap.version>2.4.0</cxf.spring.ldap.version>
         <cxf.spring.mock>spring-test</cxf.spring.mock>
         <cxf.spring.osgi.version>1.2.1</cxf.spring.osgi.version>