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 5542fbf8 Update Spring Security to 5.6.6
5542fbf8 is described below
commit 5542fbf851429b0a87e24f1c44d6baee5c8b33c0
Author: Alexey Markevich <[email protected]>
AuthorDate: Wed Jun 22 10:01:25 2022 +0300
Update Spring Security to 5.6.6
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 221827a6..38b431ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
<slf4j.version>1.7.36</slf4j.version>
<spring.version>5.3.18</spring.version>
<spring-ldap-core.version>2.3.6.RELEASE</spring-ldap-core.version>
- <spring.security.version>5.6.5</spring.security.version>
+ <spring.security.version>5.6.6</spring.security.version>
<spring-webflow.version>2.5.1.RELEASE</spring-webflow.version>
<tomcat.version>9.0.63</tomcat.version>
<validation-api.version>2.0.2</validation-api.version>