diff options
author | liamfallon <liam.fallon@est.tech> | 2023-01-23 12:05:50 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-01-23 13:28:28 +0000 |
commit | 2c137f0da6d6cd90cf258b04d3e9b6d9ebf70a41 (patch) | |
tree | 051a10db3bc3b83478cce0d87f5583a6e1f65723 /integration | |
parent | e53174804338b83d78badae21a393c5d5abc8a39 (diff) |
Upgrade springboot re-enable prometheus http stats
Springboot 2.5.14 has a bug in its actuator that does not automatically
activate HTTP statiscis. iThis bug is causing our CSITs to fail in the
master branch.
This is fixed in the latest version of Springboot.
See: https://github.com/spring-projects/spring-boot/issues/31263
Issue-ID: POLICY-4143
Change-Id: I04e56e81f06abf0416918df606f1d413b3eb4c1b
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'integration')
-rw-r--r-- | integration/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 4d7ab260..da478670 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -105,7 +105,7 @@ <version.snakeyaml>1.33</version.snakeyaml> <version.spring>5.3.22</version.spring> <!--version.spring>6.0.2</version.spring--> - <version.springboot>2.5.14</version.springboot> + <version.springboot>2.7.8</version.springboot> <!--version.springboot>3.0.0</version.springboot--> <version.springdoc>1.6.13</version.springdoc> <version.swagger.codegen.v3>3.0.36</version.swagger.codegen.v3> |