From de149053ccfd82acf9bfde041809eab5cd54c76d Mon Sep 17 00:00:00 2001 From: xudan16 Date: Fri, 11 Feb 2022 15:44:49 +0800 Subject: [PATCH] update spring-security-xxx version to be 5.3.13 --- pom.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 12d997e..75639c3 100644 --- a/pom.xml +++ b/pom.xml @@ -158,7 +158,12 @@ org.springframework.security spring-security-core - 5.3.10.RELEASE + 5.3.13.RELEASE + + + org.springframework.security + spring-security-crypto + 5.3.13.RELEASE org.apache.tomcat.embed @@ -281,12 +286,12 @@ org.springframework.security spring-security-web - 5.3.8.RELEASE + 5.3.13.RELEASE org.springframework.security spring-security-config - 5.3.8.RELEASE + 5.3.13.RELEASE -- Gitee