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/09/28 12:14:28 UTC

[cxf] branch 3.2.x-fixes updated: update Spring and Spring Security minor version

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

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


The following commit(s) were added to refs/heads/3.2.x-fixes by this push:
     new 932ef89  update Spring and Spring Security minor version
932ef89 is described below

commit 932ef8970036bdb4b673c77d4118e4660d7094b6
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Fri Sep 28 14:14:06 2018 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 87dda78..8f1b5a6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -156,9 +156,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>4.3.18.RELEASE</cxf.spring.version>
+        <cxf.spring.version>4.3.19.RELEASE</cxf.spring.version>
         <cxf.spring.boot.version>1.5.16.RELEASE</cxf.spring.boot.version>
-        <cxf.spring.security.version>4.2.7.RELEASE</cxf.spring.security.version>
+        <cxf.spring.security.version>4.2.8.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>