From: a.sreekumar Date: Mon, 7 Feb 2022 11:22:59 +0000 (+0000) Subject: Use spring boot actuator version 2.5.4 X-Git-Tag: 2.6.1~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fpap.git;a=commitdiff_plain;h=ed116b0d61f3195a1b0ed9d38f23e494260977fd 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 --- 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 +