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 2022/11/01 10:25:53 UTC

[cxf-fediz] branch main updated: Updating Spring Security to 5.6.9

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

coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git


The following commit(s) were added to refs/heads/main by this push:
     new 6c6824a6 Updating Spring Security to 5.6.9
6c6824a6 is described below

commit 6c6824a63b84301f1f93f3dce20766a0ebf705b3
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Nov 1 10:25:35 2022 +0000

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

diff --git a/pom.xml b/pom.xml
index ee4eafea..4104399d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
         <slf4j.version>1.7.36</slf4j.version>
         <spring.version>5.3.22</spring.version>
         <spring-ldap-core.version>2.4.1</spring-ldap-core.version>
-        <spring.security.version>5.6.8</spring.security.version>
+        <spring.security.version>5.6.9</spring.security.version>
         <spring-webflow.version>2.5.1.RELEASE</spring-webflow.version>
         <tomcat.version>9.0.68</tomcat.version>
         <validation-api.version>2.0.2</validation-api.version>