From 5d54d4a747cd5ac291fb32d7c86048dc9544a0ad Mon Sep 17 00:00:00 2001 From: "James Burke (IDAM)" Date: Thu, 4 Apr 2024 10:19:19 +0100 Subject: [PATCH 1/2] change status order --- src/main/resources/application.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index df54142..ef10949 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -26,6 +26,8 @@ management: health: defaults: enabled: false + status: + order: DOWN, OUT_OF_SERVICE, UNKNOWN, UP azure: application-insights: From 9316d1af390b33ff142928ab6f0c751a3fd21551 Mon Sep 17 00:00:00 2001 From: "James Burke (IDAM)" Date: Thu, 4 Apr 2024 13:29:54 +0100 Subject: [PATCH 2/2] update version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 80bb12d..b6f17a5 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { } group = 'uk.gov.hmcts.reform' -version = '2.4.0' +version = '2.4.1' sourceCompatibility = 17 repositories {