diff --git a/notification-core/pom.xml b/notification-core/pom.xml
index d5dd3250cb37a24ad162084ccfe4461c2b3d2d57..d187b054791fd4e7a3eb9a3f04db024976ca7427 100644
--- a/notification-core/pom.xml
+++ b/notification-core/pom.xml
@@ -159,11 +159,6 @@
             <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>