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:46:20 UTC

[cxf-fediz] branch 1.4.x-fixes updated: Updating Spring Security + Spring framework

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

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


The following commit(s) were added to refs/heads/1.4.x-fixes by this push:
     new ffb2091  Updating Spring Security + Spring framework
ffb2091 is described below

commit ffb2091c45c64173fbb4e728b014cbfcccd109aa
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 58ee3bc..4d2e3bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,8 +65,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>
         <tomcat7.version>7.0.91</tomcat7.version>
         <tomcat8.version>8.5.34</tomcat8.version>
         <woodstox.core.version>4.4.1</woodstox.core.version>