Use current springboot version of actuator 15/131415/1
authorliamfallon <liam.fallon@est.tech>
Mon, 10 Oct 2022 14:50:33 +0000 (15:50 +0100)
committerliamfallon <liam.fallon@est.tech>
Mon, 10 Oct 2022 14:50:36 +0000 (15:50 +0100)
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 <liam.fallon@est.tech>
main/pom.xml

index 15343f6..02a75b0 100644 (file)
@@ -93,7 +93,7 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-actuator</artifactId>
-            <version>${version.springboot.actuator}</version>
+            <version>${version.springboot}</version>
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>