You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2021/11/18 16:58:24 UTC

[cxf] branch master updated: Update Spring Boot to 2.5.7

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

reta pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 509db61  Update Spring Boot to 2.5.7
509db61 is described below

commit 509db61fb9c8c5b36691d1293908f2f36aef3d30
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Thu Nov 18 09:14:56 2021 -0500

    Update Spring Boot to 2.5.7
---
 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 9cdf02d..17f9aa9 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.5.6</spring.boot.version>
+        <spring.boot.version>2.5.7</spring.boot.version>
         <spring.cloud.eureka.version>3.0.3</spring.cloud.eureka.version>
         <cxf.jetty9.version>9.4.44.v20210927</cxf.jetty9.version>
         <cxf.netty.version>4.1.70.Final</cxf.netty.version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 7f95db4..29c97b8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -195,7 +195,7 @@
         <cxf.slf4j.version>1.7.30</cxf.slf4j.version>
         <cxf.snakeyaml.version>1.27</cxf.snakeyaml.version>
         <cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version>
-        <cxf.spring.boot.version>2.5.6</cxf.spring.boot.version>
+        <cxf.spring.boot.version>2.5.7</cxf.spring.boot.version>
         <cxf.spring.ldap.version>2.3.4.RELEASE</cxf.spring.ldap.version>
         <cxf.spring.mock>spring-test</cxf.spring.mock>
         <cxf.spring.osgi.version>1.2.1</cxf.spring.osgi.version>