From 9c8b0c36ed2f1b6654bb0c45472057b63544c807 Mon Sep 17 00:00:00 2001 From: Adeleke Emmanuel Date: Tue, 3 Feb 2026 11:56:22 +0100 Subject: [PATCH] chore: add Spring Security dependency --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index df0d7bf..c93f7d5 100644 --- a/pom.xml +++ b/pom.xml @@ -68,6 +68,15 @@ 5.0.1 compile + + org.springframework.boot + spring-boot-starter-security + + + org.springframework.security + spring-security-test + test +