You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2020/02/08 18:07:48 UTC

[cxf] branch 3.2.x-fixes updated: Updating to Spring Security 4.2.14

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

reta 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 59a5ccc  Updating to Spring Security 4.2.14
59a5ccc is described below

commit 59a5ccc280314e9e4ac8d204c16d30c2b636bfc3
Author: reta <dr...@gmail.com>
AuthorDate: Sat Feb 8 13:07:30 2020 -0500

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 97b0c44..ecd24b6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -159,7 +159,7 @@
         <cxf.specs.jaxws.api.version>1.2</cxf.specs.jaxws.api.version>
         <cxf.spring.version>4.3.26.RELEASE</cxf.spring.version>
         <cxf.spring.boot.version>1.5.22.RELEASE</cxf.spring.boot.version>
-        <cxf.spring.security.version>4.2.13.RELEASE</cxf.spring.security.version>
+        <cxf.spring.security.version>4.2.14.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>