Skip to content

Commit 1d6f091

Browse files
wilkinsonaphilwebb
authored andcommitted
Update Spring Boot modules listed in spring-boot-dependencies
Issue: 46071
1 parent 76e9c73 commit 1d6f091

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1990,6 +1990,7 @@ bom {
19901990
"spring-boot-amqp",
19911991
"spring-boot-artemis",
19921992
"spring-boot-autoconfigure",
1993+
"spring-boot-autoconfigure-all",
19931994
"spring-boot-autoconfigure-processor",
19941995
"spring-boot-batch",
19951996
"spring-boot-buildpack-platform",
@@ -2023,9 +2024,11 @@ bom {
20232024
"spring-boot-h2console",
20242025
"spring-boot-hateoas",
20252026
"spring-boot-hazelcast",
2027+
"spring-boot-http",
20262028
"spring-boot-http-client",
2027-
"spring-boot-http-converter",
2029+
"spring-boot-http-client-reactive",
20282030
"spring-boot-http-codec",
2031+
"spring-boot-http-converter",
20292032
"spring-boot-integration",
20302033
"spring-boot-jackson",
20312034
"spring-boot-jarmode-tools",
@@ -2048,6 +2051,7 @@ bom {
20482051
"spring-boot-mustache",
20492052
"spring-boot-neo4j",
20502053
"spring-boot-netty",
2054+
"spring-boot-opentelemetry",
20512055
"spring-boot-properties-migrator",
20522056
"spring-boot-pulsar",
20532057
"spring-boot-quartz",
@@ -2061,6 +2065,7 @@ bom {
20612065
"spring-boot-security-oauth2-authorization-server",
20622066
"spring-boot-security-oauth2-client",
20632067
"spring-boot-security-oauth2-resource-server",
2068+
"spring-boot-security-saml2",
20642069
"spring-boot-sendgrid",
20652070
"spring-boot-session",
20662071
"spring-boot-session-data-mongodb",
@@ -2137,7 +2142,9 @@ bom {
21372142
"spring-boot-webclient",
21382143
"spring-boot-webflux",
21392144
"spring-boot-webmvc",
2140-
"spring-boot-websocket"
2145+
"spring-boot-webservices",
2146+
"spring-boot-websocket",
2147+
"spring-boot-zipkin"
21412148
]
21422149
plugins = [
21432150
"spring-boot-maven-plugin"

0 commit comments

Comments
 (0)