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
commit 6a4bb16cb659789ec5e63589c368d38cf20b59a0 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Tue Sep 15 14:57:37 2020 +0200 Upgrading Spring --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f40cb8d..7f55414 100644 --- a/pom.xml +++ b/pom.xml @@ -409,7 +409,7 @@ under the License. <jackson.version>2.11.2</jackson.version> - <spring.version>5.2.8.RELEASE</spring.version> + <spring.version>5.2.9.RELEASE</spring.version> <spring-security.version>5.4.0</spring-security.version> <spring-boot.version>2.3.3.RELEASE</spring-boot.version> <spring-cloud-gateway.version>2.2.5.RELEASE</spring-cloud-gateway.version>
