From ed116b0d61f3195a1b0ed9d38f23e494260977fd Mon Sep 17 00:00:00 2001 From: "a.sreekumar" Date: Mon, 7 Feb 2022 11:22:59 +0000 Subject: 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 --- main/pom.xml | 4 ++-- 1 file 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 @@ org.springframework.boot spring-boot-starter-actuator - ${version.springboot} + ${version.springboot.actuator} io.micrometer @@ -160,4 +160,4 @@ - \ No newline at end of file + -- cgit 1.2.3-korg