aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora.sreekumar <ajith.sreekumar@bell.ca>2022-02-07 11:22:59 +0000
committera.sreekumar <ajith.sreekumar@bell.ca>2022-02-07 11:23:04 +0000
commited116b0d61f3195a1b0ed9d38f23e494260977fd (patch)
tree4995444c8b4df01326a755a5b924ad29ad48b375
parent618ab3870d9ac3902edbc64cb2a69ef76ea88dfb (diff)
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>
-rw-r--r--main/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/pom.xml b/main/pom.xml
index 5bc2a519..b19920e5 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>