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 2018/07/27 09:40:41 UTC

[cxf] branch master updated: update Spring and Spring Security to latest version

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 b8236c9  update Spring and Spring Security to latest version
b8236c9 is described below

commit b8236c923ba409087e8db6132963924151918efc
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Fri Jul 27 11:40:10 2018 +0200

    update Spring and Spring Security to latest version
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 58de696..47b1a49 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -158,9 +158,9 @@
         <cxf.servlet-api-2.5.version>1.2</cxf.servlet-api-2.5.version>
         <cxf.slf4j.version>1.7.25</cxf.slf4j.version>
         <cxf.specs.jaxws.api.version>1.2</cxf.specs.jaxws.api.version>
-        <cxf.spring.version>5.0.7.RELEASE</cxf.spring.version>
+        <cxf.spring.version>5.0.8.RELEASE</cxf.spring.version>
         <cxf.spring.boot.version>2.0.3.RELEASE</cxf.spring.boot.version>
-        <cxf.spring.security.version>5.0.6.RELEASE</cxf.spring.security.version>
+        <cxf.spring.security.version>5.0.7.RELEASE</cxf.spring.security.version>
         <cxf.spring.osgi.version>1.2.1</cxf.spring.osgi.version>
         <cxf.spring.ldap.version>2.3.2.RELEASE</cxf.spring.ldap.version>
         <cxf.spring.mock>spring-test</cxf.spring.mock>