From f83639f8b515881f21556ce9ef03167aeeadf95e 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 --- 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 5932e072b..0b8a21b3d 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 16d37f97d..95b0cde21 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