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/18 08:56:56 UTC

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

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 f4ec0be  Updating Spring Security
f4ec0be is described below

commit f4ec0be75fafb7fdedf9935a22bb90308dff84ee
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Oct 18 09:56:04 2018 +0100

    Updating Spring Security
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4d2e3bc..e10a6d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
         <servlet.version>2.5</servlet.version>
         <slf4j.version>1.7.25</slf4j.version>
         <spring.version>4.3.20.RELEASE</spring.version>
-        <spring.security.version>4.2.8.RELEASE</spring.security.version>
+        <spring.security.version>4.2.9.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>