diff options
author | a.sreekumar <ajith.sreekumar@bell.ca> | 2022-02-07 11:17:11 +0000 |
---|---|---|
committer | a.sreekumar <ajith.sreekumar@bell.ca> | 2022-02-07 11:17:16 +0000 |
commit | 7f173a80744cf52acf2304d8c7b13a576ad68173 (patch) | |
tree | 897e2af601d8f067a272bf62840d291b13f50ec1 /integration | |
parent | afc87ad6f24d39a6b62ce4a309e9433f84abc84b (diff) |
Use spring boot actuator version 2.5.4
Spring boot actuator version 2.5.4 is added so that the projects can use
this. The version 2.5.0 which is currently used contains a bug where
some jvm metrics are lost.
Change-Id: I21c6283dc5ea93cda63bb0cc6a6425e4f5bef668
Issue-ID: POLICY-3913
Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
Diffstat (limited to 'integration')
-rw-r--r-- | integration/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 0dfb5b27..acec7bbe 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -3,7 +3,7 @@ Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2018-2021 AT&T. All rights reserved. Modifications Copyright (C) 2019-2022 Nordix Foundation. - Modifications Copyright (C) 2020-2021 Bell Canada. + Modifications Copyright (C) 2020-2022 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -51,6 +51,7 @@ <version.javax.json>1.1.4</version.javax.json> <version.netty>4.1.70.Final</version.netty> <version.springboot>2.5.0</version.springboot> + <version.springboot.actuator>2.5.4</version.springboot.actuator> <version.eelf.core>1.0.0</version.eelf.core> <version.camel>3.7.3</version.camel> <version.tomcat>9.0.45</version.tomcat> |