From d9212f4ee2a23ffa7feda09f057d5265be949da4 Mon Sep 17 00:00:00 2001 From: David Meng Date: Tue, 4 Oct 2022 21:31:39 +0000 Subject: [PATCH] Squashed commit of the following commit 3d6deb2d Author: David Meng 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 5932e072..0b8a21b3 100644 --- a/notification-core/pom.xml +++ b/notification-core/pom.xml @@ -120,7 +120,7 @@ org.springframework.boot spring-boot-starter-web - 2.1.7.RELEASE + 2.7.2 tomcat-embed-el diff --git a/provider/notification-ibm/pom.xml b/provider/notification-ibm/pom.xml index 16d37f97..95b0cde2 100644 --- a/provider/notification-ibm/pom.xml +++ b/provider/notification-ibm/pom.xml @@ -139,7 +139,7 @@ org.springframework.security spring-security-core - 5.3.8.RELEASE + 5.7.3 io.undertow -- GitLab