diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 9092eb45ba..32f138c8dd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1978,9 +1978,11 @@ bom { "spring-boot-actuator", "spring-boot-actuator-autoconfigure", "spring-boot-actuator-autoconfigure-all", + "spring-boot-all", "spring-boot-amqp", "spring-boot-artemis", "spring-boot-autoconfigure", + "spring-boot-autoconfigure-all", "spring-boot-autoconfigure-processor", "spring-boot-batch", "spring-boot-buildpack-platform", @@ -2014,9 +2016,11 @@ bom { "spring-boot-h2console", "spring-boot-hateoas", "spring-boot-hazelcast", + "spring-boot-hhttp", "spring-boot-http-client", - "spring-boot-http-converter", + "spring-boot-http-client-reactive", "spring-boot-http-codec", + "spring-boot-http-converter", "spring-boot-integration", "spring-boot-jackson", "spring-boot-jarmode-tools", @@ -2039,6 +2043,7 @@ bom { "spring-boot-mustache", "spring-boot-neo4j", "spring-boot-netty", + "spring-boot-opentelemetry", "spring-boot-properties-migrator", "spring-boot-pulsar", "spring-boot-quartz", @@ -2052,6 +2057,7 @@ bom { "spring-boot-security-oauth2-authorization-server", "spring-boot-security-oauth2-client", "spring-boot-security-oauth2-resource-server", + "spring-boot-security-saml2", "spring-boot-sendgrid", "spring-boot-session", "spring-boot-session-data-mongodb", @@ -2128,7 +2134,9 @@ bom { "spring-boot-webclient", "spring-boot-webflux", "spring-boot-webmvc", - "spring-boot-websocket" + "spring-boot-webservices", + "spring-boot-websocket", + "spring-boot-zipkin" ] plugins = [ "spring-boot-maven-plugin"