Skip to content

Commit 6ebb244

Browse files
wilkinsonasnicoll
authored andcommitted
Update Spring Boot modules listed in spring-boot-dependencies
1 parent b0be244 commit 6ebb244

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1978,9 +1978,11 @@ bom {
19781978
"spring-boot-actuator",
19791979
"spring-boot-actuator-autoconfigure",
19801980
"spring-boot-actuator-autoconfigure-all",
1981+
"spring-boot-all",
19811982
"spring-boot-amqp",
19821983
"spring-boot-artemis",
19831984
"spring-boot-autoconfigure",
1985+
"spring-boot-autoconfigure-all",
19841986
"spring-boot-autoconfigure-processor",
19851987
"spring-boot-batch",
19861988
"spring-boot-buildpack-platform",
@@ -2014,9 +2016,11 @@ bom {
20142016
"spring-boot-h2console",
20152017
"spring-boot-hateoas",
20162018
"spring-boot-hazelcast",
2019+
"spring-boot-hhttp",
20172020
"spring-boot-http-client",
2018-
"spring-boot-http-converter",
2021+
"spring-boot-http-client-reactive",
20192022
"spring-boot-http-codec",
2023+
"spring-boot-http-converter",
20202024
"spring-boot-integration",
20212025
"spring-boot-jackson",
20222026
"spring-boot-jarmode-tools",
@@ -2039,6 +2043,7 @@ bom {
20392043
"spring-boot-mustache",
20402044
"spring-boot-neo4j",
20412045
"spring-boot-netty",
2046+
"spring-boot-opentelemetry",
20422047
"spring-boot-properties-migrator",
20432048
"spring-boot-pulsar",
20442049
"spring-boot-quartz",
@@ -2052,6 +2057,7 @@ bom {
20522057
"spring-boot-security-oauth2-authorization-server",
20532058
"spring-boot-security-oauth2-client",
20542059
"spring-boot-security-oauth2-resource-server",
2060+
"spring-boot-security-saml2",
20552061
"spring-boot-sendgrid",
20562062
"spring-boot-session",
20572063
"spring-boot-session-data-mongodb",
@@ -2128,7 +2134,9 @@ bom {
21282134
"spring-boot-webclient",
21292135
"spring-boot-webflux",
21302136
"spring-boot-webmvc",
2131-
"spring-boot-websocket"
2137+
"spring-boot-webservices",
2138+
"spring-boot-websocket",
2139+
"spring-boot-zipkin"
21322140
]
21332141
plugins = [
21342142
"spring-boot-maven-plugin"

0 commit comments

Comments
 (0)