This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push: new 20989dd Upgrading Spring Security 20989dd is described below commit 20989dd5d9b44a0942582e4b636fdb1a8e5577a5 Author: Francesco Chicchiriccò <ilgro...@apache.org> AuthorDate: Thu Dec 3 09:09:10 2020 +0100 Upgrading Spring Security --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8b0fa67..a5fed41 100644 --- a/pom.xml +++ b/pom.xml @@ -410,7 +410,7 @@ under the License. <jackson.version>2.11.3</jackson.version> <spring.version>5.2.11.RELEASE</spring.version> - <spring-security.version>5.4.1</spring-security.version> + <spring-security.version>5.4.2</spring-security.version> <spring-boot.version>2.3.6.RELEASE</spring-boot.version> <spring-cloud-gateway.version>2.2.6.RELEASE</spring-cloud-gateway.version>