Use spring boot actuator version 2.5.4 06/127006/1
authora.sreekumar <ajith.sreekumar@bell.ca>
Mon, 7 Feb 2022 11:22:59 +0000 (11:22 +0000)
committera.sreekumar <ajith.sreekumar@bell.ca>
Mon, 7 Feb 2022 11:23:04 +0000 (11:23 +0000)
The actuator version 2.5.0 which is currently used contains
a bug where some jvm metrics are lost. So, upgrading the version
to fix this issue.

Change-Id: Ib1084f3ab879bc035a11e2e1c5c6a5bd55c0c15d
Issue-ID: POLICY-3913
Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
main/pom.xml

index 5bc2a51..b19920e 100644 (file)
@@ -56,7 +56,7 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-actuator</artifactId>
-            <version>${version.springboot}</version>
+            <version>${version.springboot.actuator}</version>
         </dependency>
         <dependency>
             <groupId>io.micrometer</groupId>
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>