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 2018/05/31 09:39:52 UTC

[cxf-fediz] branch master updated: Upgrading Spring + Spring Security

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 18ae358  Upgrading Spring + Spring Security
18ae358 is described below

commit 18ae358418e9a683bc305abac3f52cbff976205c
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu May 31 10:39:33 2018 +0100

    Upgrading Spring + Spring Security
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a06ce25..93d5560 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,8 +61,8 @@
         <openjpa.version>2.4.2</openjpa.version>
         <servlet.version>2.5</servlet.version>
         <slf4j.version>1.7.25</slf4j.version>
-        <spring.version>4.3.10.RELEASE</spring.version>
-        <spring.security.version>4.2.3.RELEASE</spring.security.version>
+        <spring.version>4.3.17.RELEASE</spring.version>
+        <spring.security.version>4.2.6.RELEASE</spring.security.version>
         <tomcat8.version>8.5.31</tomcat8.version>
         <wss4j.version>2.2.2-SNAPSHOT</wss4j.version>
 

-- 
To stop receiving notification emails like this one, please contact
coheigea@apache.org.