From 2c137f0da6d6cd90cf258b04d3e9b6d9ebf70a41 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Mon, 23 Jan 2023 12:05:50 +0000 Subject: 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 --- integration/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integration') 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 @@ 1.33 5.3.22 - 2.5.14 + 2.7.8 1.6.13 3.0.36 -- cgit 1.2.3-korg