diff options
author | liamfallon <liam.fallon@est.tech> | 2022-10-10 15:50:33 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-10-10 15:50:36 +0100 |
commit | 0cc84e98b23ed2b1e967b578c7a0b48a890f48dd (patch) | |
tree | c21f1adaa82a96a760030bb2823522ff26daa712 /main | |
parent | ac67f9e7142ba000212be6e5a7b73a2329029760 (diff) |
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 <liam.fallon@est.tech>
Diffstat (limited to 'main')
-rw-r--r-- | main/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <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> |