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 2020/03/02 15:34:08 UTC

[cxf] 05/05: Updating Spring + Spring Boot

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

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

commit 9da77d32db828768aea0a593b1a4852f8506095c
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Mar 2 15:30:47 2020 +0000

    Updating Spring + Spring Boot
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 92240c8..19d88af 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -190,12 +190,12 @@
         <cxf.slf4j.version>1.7.29</cxf.slf4j.version>
         <cxf.snakeyaml.version>1.25</cxf.snakeyaml.version>
         <cxf.specs.jaxws.api.version>1.2</cxf.specs.jaxws.api.version>
-        <cxf.spring.boot.version>2.1.12.RELEASE</cxf.spring.boot.version>
+        <cxf.spring.boot.version>2.1.13.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.1.8.RELEASE</cxf.spring.security.version>
-        <cxf.spring.version>5.1.13.RELEASE</cxf.spring.version>
+        <cxf.spring.version>5.1.14.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.0.10</cxf.swagger.v3.version>