From 0cc84e98b23ed2b1e967b578c7a0b48a890f48dd Mon Sep 17 00:00:00 2001 From: liamfallon Date: Mon, 10 Oct 2022 15:50:33 +0100 Subject: Use current springboot version of actuator THe springboot actuator was on a different version of springboot than the rest of springboot due to an upadted dependency. Now that springboot itself is updated, we should not use a different version for actuator. Issue-ID: POLICY-4393 Change-Id: I58151e85859ef4f4ba1ad13ca4eee71114e66d3f Signed-off-by: liamfallon --- main/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/pom.xml b/main/pom.xml index 15343f6d..02a75b0a 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -93,7 +93,7 @@ org.springframework.boot spring-boot-starter-actuator - ${version.springboot.actuator} + ${version.springboot} org.springframework.boot -- cgit 1.2.3-korg