diff --git a/pom.xml b/pom.xml
index 9f7c16e886c53cf0444f8f31366bb36d4ea96065..dbb08cb7a424a111915c21805d35c56f78524658 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,6 +25,7 @@
         <reactor-netty.version>0.8.20.RELEASE</reactor-netty.version>
         <woodstox-core.version>6.2.3</woodstox-core.version>
         <log4j2.version>2.17.1</log4j2.version>
+        <spring-boot-maven-plugin.version>2.7.6</spring-boot-maven-plugin.version>
 <!--        <spring-boot.version>2.1.18.RELEASE</spring-boot.version>-->
         <json-smart.version>2.4.7</json-smart.version>
 <!--        <maven.war.plugin>2.6</maven.war.plugin>-->
diff --git a/provider/indexer-aws/pom.xml b/provider/indexer-aws/pom.xml
index ce378e23c88d63ae6c1875d3ab2f9a012042fc92..5647fb7fb54c723311cc03c4d8fb0bce2dfc0619 100644
--- a/provider/indexer-aws/pom.xml
+++ b/provider/indexer-aws/pom.xml
@@ -192,6 +192,7 @@
         <plugin>
           <groupId>org.springframework.boot</groupId>
           <artifactId>spring-boot-maven-plugin</artifactId>
+          <version>${spring-boot-maven-plugin.version}</version>
           <configuration>
             <classifier>spring-boot</classifier>
             <mainClass>org.opengroup.osdu.indexer.aws.IndexerAwsApplication</mainClass>
diff --git a/provider/indexer-azure/pom.xml b/provider/indexer-azure/pom.xml
index 5061c73148d8b6cedf44bbee5ec53ba4e3644f1a..c0f52b9b86b396ad4bf1e416912d0716c63b4acf 100644
--- a/provider/indexer-azure/pom.xml
+++ b/provider/indexer-azure/pom.xml
@@ -374,6 +374,7 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <version>${spring-boot-maven-plugin.version}</version>
                 <executions>
                     <execution>
                         <goals>
diff --git a/provider/indexer-gcp/pom.xml b/provider/indexer-gcp/pom.xml
index c8468d34562aa542c8d4f14ab1a1e47a057fc021..77771d113c853f702401f40f8c808ab4a80926d4 100644
--- a/provider/indexer-gcp/pom.xml
+++ b/provider/indexer-gcp/pom.xml
@@ -138,6 +138,7 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <version>${spring-boot-maven-plugin.version}</version>
                 <executions>
                     <execution>
                         <goals>
diff --git a/provider/indexer-ibm/pom.xml b/provider/indexer-ibm/pom.xml
index edb6132ee5f712855426b945c3129cb409aee428..881aed7c014dc6c0f0814f13a232043b3492e3f2 100644
--- a/provider/indexer-ibm/pom.xml
+++ b/provider/indexer-ibm/pom.xml
@@ -215,6 +215,7 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <version>${spring-boot-maven-plugin.version}</version>
                 <executions>
                     <execution>
                         <goals>