Use spring boot actuator version 2.5.4
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>
diff --git a/main/pom.xml b/main/pom.xml
index 5bc2a51..b19920e 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -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>
@@ -160,4 +160,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>