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 2020/01/17 01:11:19 UTC

[cxf] branch master updated: CXF-8195: Update to Spring Boot 2.2.3 / Spring Framework 5.2.3

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 7678807  CXF-8195: Update to Spring Boot 2.2.3 / Spring Framework 5.2.3
7678807 is described below

commit 76788075f6aea8ac10b3f34f7c1c026e11faea80
Author: reta <dr...@gmail.com>
AuthorDate: Thu Jan 16 20:10:56 2020 -0500

    CXF-8195: Update to Spring Boot 2.2.3 / Spring Framework 5.2.3
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 74148de..f3deb8f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -192,12 +192,12 @@
         <cxf.slf4j.version>1.7.29</cxf.slf4j.version>
         <cxf.snakeyaml.version>1.25</cxf.snakeyaml.version>
         <cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version>
-        <cxf.spring.boot.version>2.2.2.RELEASE</cxf.spring.boot.version>
+        <cxf.spring.boot.version>2.2.3.RELEASE</cxf.spring.boot.version>
         <cxf.spring.ldap.version>2.3.2.RELEASE</cxf.spring.ldap.version>
         <cxf.spring.mock>spring-test</cxf.spring.mock>
         <cxf.spring.osgi.version>1.2.1</cxf.spring.osgi.version>
         <cxf.spring.security.version>5.2.1.RELEASE</cxf.spring.security.version>
-        <cxf.spring.version>5.2.2.RELEASE</cxf.spring.version>
+        <cxf.spring.version>5.2.3.RELEASE</cxf.spring.version>
         <cxf.stax-ex.version>1.7.6</cxf.stax-ex.version>
         <cxf.swagger.ui.version>3.24.3</cxf.swagger.ui.version>
         <cxf.swagger.v3.version>2.1.1</cxf.swagger.v3.version>