From d9212f4ee2a23ffa7feda09f057d5265be949da4 Mon Sep 17 00:00:00 2001 From: David Meng <xlmeng@amazon.com> Date: Tue, 4 Oct 2022 21:31:39 +0000 Subject: [PATCH] Squashed commit of the following commit 3d6deb2d Author: David Meng <xlmeng@amazon.com> Date: Wed Sep 28 2022 10:51:26 GMT-0400 (Eastern Daylight Time) 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