From 7871b3b4c8e4fcd34cbd99dae3e990062625928d Mon Sep 17 00:00:00 2001
From: Manish Jangid <msjangid@amazon.com>
Date: Thu, 19 Jan 2023 21:59:02 +0000
Subject: [PATCH] Update core common lib version and fix vulnerable libs

---
 notification-core/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/notification-core/pom.xml b/notification-core/pom.xml
index d5dd3250c..d187b0547 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>
-- 
GitLab