From 5d639631bbf0d4ea9468863a53f29936508f0ce9 Mon Sep 17 00:00:00 2001 From: Abhay <bios@amazon.com> Date: Tue, 29 Nov 2022 15:02:35 -0800 Subject: [PATCH] change spring boot maven plugin (cherry picked from commit 451218a97f67fa0862ea0a5cd9d3b83780ee9e58) Conflicts: provider/notification-aws/pom.xml provider/notification-azure/pom.xml provider/notification-gcp/pom.xml provider/notification-ibm/pom.xml --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 5275d5ad5..692307a55 100644 --- a/pom.xml +++ b/pom.xml @@ -193,6 +193,7 @@ <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> + <version>2.7.4</version> <executions> <execution> <id>build-info</id> -- GitLab