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 2020/06/05 06:38:21 UTC

[cxf-fediz] branch master updated: Updating Spring Security to 4.2.17

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

coheigea 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 63fb926  Updating Spring Security to 4.2.17
63fb926 is described below

commit 63fb926f9b006ecdf0b24d1ec93bbecf90116b5d
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Jun 5 07:37:58 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 3d1cde9..d7c4bfb 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.3.RELEASE</spring-ldap-core.version>
-        <spring.security.version>4.2.16.RELEASE</spring.security.version>
+        <spring.security.version>4.2.17.RELEASE</spring.security.version>
         <spring-webflow.version>2.5.1.RELEASE</spring-webflow.version>
         <tomcat.version>9.0.35</tomcat.version>
         <validation-api.version>2.0.2</validation-api.version>