You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2020/07/22 12:47:09 UTC

[cxf] branch master updated: CXF-8301: Upgrade to Spring Boot 2.3.1

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

deki 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 f6d7593  CXF-8301: Upgrade to Spring Boot 2.3.1
f6d7593 is described below

commit f6d7593cc52cc406ba4d837b4eeca042ec796909
Author: Dennis Kieselhorst <de...@apache.org>
AuthorDate: Wed Jul 22 14:46:25 2020 +0200

    CXF-8301: Upgrade to Spring Boot 2.3.1
---
 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 6e8fe12..80fe370 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.2.8.RELEASE</spring.boot.version>
+        <spring.boot.version>2.3.1.RELEASE</spring.boot.version>
         <spring.cloud.eureka.version>2.2.3.RELEASE</spring.cloud.eureka.version>
         <cxf.jetty9.version>9.4.30.v20200611</cxf.jetty9.version>
         <cxf.httpcomponents.client.version>4.5.9</cxf.httpcomponents.client.version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 2be06c2..9c3b378 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -190,7 +190,7 @@
         <cxf.slf4j.version>1.7.30</cxf.slf4j.version>
         <cxf.snakeyaml.version>1.26</cxf.snakeyaml.version>
         <cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version>
-        <cxf.spring.boot.version>2.2.8.RELEASE</cxf.spring.boot.version>
+        <cxf.spring.boot.version>2.3.1.RELEASE</cxf.spring.boot.version>
         <cxf.spring.ldap.version>2.3.3.RELEASE</cxf.spring.ldap.version>
         <cxf.spring.mock>spring-test</cxf.spring.mock>
         <cxf.spring.osgi.version>1.2.1</cxf.spring.osgi.version>