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/10/15 16:16:13 UTC

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

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 6e8a24e  Updating Spring Security + Spring framework
6e8a24e is described below

commit 6e8a24eaa876e9d6abbc11e4fcded576af5b3476
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Oct 15 17:15:50 2018 +0100

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

diff --git a/pom.xml b/pom.xml
index e25a668..8b29c62 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.18.RELEASE</spring.version>
-        <spring.security.version>4.2.7.RELEASE</spring.security.version>
+        <spring.version>4.3.20.RELEASE</spring.version>
+        <spring.security.version>4.2.8.RELEASE</spring.security.version>
         <tomcat.version>9.0.12</tomcat.version>
         <wss4j.version>2.2.2</wss4j.version>