diff --git a/pom.xml b/pom.xml
index 5275d5ad57da83d77d22b84f1b6ba7f7cdee1a93..692307a5519c4b77c65ab2de12c6fe905794ea11 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>
diff --git a/provider/notification-aws/pom.xml b/provider/notification-aws/pom.xml
index 895bb864b675f7e3e297b2ca1a7654851cd8abe4..357f463468a01e8064f50382e868d4ec56c424ba 100644
--- a/provider/notification-aws/pom.xml
+++ b/provider/notification-aws/pom.xml
@@ -154,6 +154,7 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <version>2.7.4</version>
                 <executions>
                     <execution>
                         <goals>
diff --git a/provider/notification-azure/pom.xml b/provider/notification-azure/pom.xml
index 00195ca872ff0b2fc51c15f32bca258ab8faa91d..5defe0f96374efcc3a91c54a46e73effd97734a2 100644
--- a/provider/notification-azure/pom.xml
+++ b/provider/notification-azure/pom.xml
@@ -261,6 +261,7 @@
       <plugin>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-maven-plugin</artifactId>
+        <version>2.7.4</version>
         <executions>
           <execution>
             <goals>
diff --git a/provider/notification-gcp/pom.xml b/provider/notification-gcp/pom.xml
index ae53288c000c0474b96d450f22f465f220267b8f..07b3245cb489cd24bdc405342f68727ca63c7f46 100644
--- a/provider/notification-gcp/pom.xml
+++ b/provider/notification-gcp/pom.xml
@@ -118,6 +118,7 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <version>2.7.4</version>
                 <configuration>
                     <profiles>
                         <profile>
diff --git a/provider/notification-ibm/pom.xml b/provider/notification-ibm/pom.xml
index c24b042d41c3ba1ee02eb4143f25c955ae0ad279..11d845e7523e8a416b8a5bf09986c08098f31d06 100644
--- a/provider/notification-ibm/pom.xml
+++ b/provider/notification-ibm/pom.xml
@@ -200,6 +200,7 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <version>2.7.4</version>
                 <executions>
                     <execution>
                         <goals>