You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2020/05/13 14:31:33 UTC

[cxf-fediz] branch master updated: Update to Spring Security 4.2.16

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

buhhunyx 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 8a0f7a6  Update to Spring Security 4.2.16
8a0f7a6 is described below

commit 8a0f7a64ebbbf5c59e1f483e074e5e7165e3b803
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Wed May 13 17:29:53 2020 +0300

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

diff --git a/pom.xml b/pom.xml
index f7999e0..e65cb68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
         <slf4j.version>1.7.30</slf4j.version>
         <spring.version>4.3.27.RELEASE</spring.version>
         <spring-ldap-core.version>2.3.2.RELEASE</spring-ldap-core.version>
-        <spring.security.version>4.2.15.RELEASE</spring.security.version>
+        <spring.security.version>4.2.16.RELEASE</spring.security.version>
         <spring-webflow.version>2.5.1.RELEASE</spring-webflow.version>
         <tomcat.version>9.0.29</tomcat.version>
         <validation-api.version>2.0.2</validation-api.version>