From 05918dd80b6c31146d898d9a5c6f96946b28a082 Mon Sep 17 00:00:00 2001 From: myh Date: Wed, 29 Nov 2023 17:25:03 +0800 Subject: [PATCH] Spring security config update --- pom.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3bf25ca..3a0b48f 100644 --- a/pom.xml +++ b/pom.xml @@ -87,15 +87,21 @@ org.springframework.security spring-security-core - 6.1.5 + 6.2.0 org.springframework.security spring-security-test - 6.1.5 + 6.2.0 test + + + org.springframework.boot + spring-boot-starter-security + 3.2.0 +