From ab9bc5bfc20aff5674e601e8e3f32185746d9037 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 16 Jun 2025 09:55:34 -0700 Subject: [PATCH] Fixup health dep --- spring-boot-project/spring-boot-dependencies/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 46f2b1e39b..0f475644d5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2013,6 +2013,7 @@ bom { "spring-boot-h2console", "spring-boot-hateoas", "spring-boot-hazelcast", + "spring-boot-health", "spring-boot-hibernate", "spring-boot-http", "spring-boot-http-client",