From 46b9e31e5a28d2a920a88cfbc1782827c9f90b18 Mon Sep 17 00:00:00 2001
From: Xiangliang Meng <xlmeng@amazon.com>
Date: Thu, 6 Oct 2022 15:10:48 +0000
Subject: [PATCH] Upgrade Springframework

(cherry picked from commit f83639f8b515881f21556ce9ef03167aeeadf95e)
---
 notification-core/pom.xml         | 2 +-
 provider/notification-ibm/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/notification-core/pom.xml b/notification-core/pom.xml
index ba5612d8e..dd41e23d2 100644
--- a/notification-core/pom.xml
+++ b/notification-core/pom.xml
@@ -120,7 +120,7 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-web</artifactId>
-            <version>2.1.7.RELEASE</version>
+            <version>2.7.2</version>
             <exclusions>
                 <exclusion>
                     <artifactId>tomcat-embed-el</artifactId>
diff --git a/provider/notification-ibm/pom.xml b/provider/notification-ibm/pom.xml
index a5726c164..f65baeb5b 100644
--- a/provider/notification-ibm/pom.xml
+++ b/provider/notification-ibm/pom.xml
@@ -139,7 +139,7 @@
 		 <dependency>
         	<groupId>org.springframework.security</groupId>
         	<artifactId>spring-security-core</artifactId>
-        	<version>5.3.8.RELEASE</version>
+        	<version>5.7.3</version>
    		</dependency>
         <dependency>
         	<groupId>io.undertow</groupId>
-- 
GitLab