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/10/08 23:51:10 UTC

[cxf] 03/03: Update to Spring Security 4.2.19.RELEASE

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

commit 6be6c988a1f5b7bf53df3457a08db5dab281966c
Author: reta <dr...@gmail.com>
AuthorDate: Thu Oct 8 19:50:34 2020 -0400

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 835c885..3d32ed3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -160,7 +160,7 @@
         <cxf.specs.jaxws.api.version>1.2</cxf.specs.jaxws.api.version>
         <cxf.spring.version>4.3.29.RELEASE</cxf.spring.version>
         <cxf.spring.boot.version>1.5.22.RELEASE</cxf.spring.boot.version>
-        <cxf.spring.security.version>4.2.17.RELEASE</cxf.spring.security.version>
+        <cxf.spring.security.version>4.2.19.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>