From 3af4930f7530527bfc4dc7e7bf7cd137322085cb Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 22 Jan 2020 00:26:03 -0800 Subject: [PATCH] Add cloudnativebuildpack to dependencies Update the managed dependencies to include the recently added `spring-boot-cloudnativebuildpack` module. See gh-19828 --- 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 30e7ca10e1..0b37761d8d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1421,6 +1421,7 @@ bom { 'spring-boot-actuator-autoconfigure', 'spring-boot-autoconfigure', 'spring-boot-autoconfigure-processor', + 'spring-boot-cloudnativebuildpack', 'spring-boot-configuration-metadata', 'spring-boot-configuration-processor', 'spring-boot-devtools',