diff --git a/notification-core/pom.xml b/notification-core/pom.xml
index d187b054791fd4e7a3eb9a3f04db024976ca7427..d5dd3250cb37a24ad162084ccfe4461c2b3d2d57 100644
--- a/notification-core/pom.xml
+++ b/notification-core/pom.xml
@@ -159,6 +159,11 @@
             <groupId>org.springframework.security</groupId>
             <artifactId>spring-security-web</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.springframework.security</groupId>
+            <artifactId>spring-security-core</artifactId>
+            <version>5.7.5</version>
+        </dependency>
         <dependency>
             <groupId>com.google.code.gson</groupId>
             <artifactId>gson</artifactId>