Skip to content

Commit aaba152

Browse files
committed
Update Spring Boot modules listed in spring-boot-dependencies
1 parent e322e10 commit aaba152

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
@@ -1968,9 +1968,11 @@ bom {
19681968
"spring-boot-actuator",
19691969
"spring-boot-actuator-autoconfigure",
19701970
"spring-boot-actuator-autoconfigure-all",
1971+
"spring-boot-all",
19711972
"spring-boot-amqp",
19721973
"spring-boot-artemis",
19731974
"spring-boot-autoconfigure",
1975+
"spring-boot-autoconfigure-all",
19741976
"spring-boot-autoconfigure-processor",
19751977
"spring-boot-batch",
19761978
"spring-boot-buildpack-platform",
@@ -2004,9 +2006,11 @@ bom {
20042006
"spring-boot-h2console",
20052007
"spring-boot-hateoas",
20062008
"spring-boot-hazelcast",
2009+
"spring-boot-hhttp",
20072010
"spring-boot-http-client",
2008-
"spring-boot-http-converter",
2011+
"spring-boot-http-client-reactive",
20092012
"spring-boot-http-codec",
2013+
"spring-boot-http-converter",
20102014
"spring-boot-integration",
20112015
"spring-boot-jackson",
20122016
"spring-boot-jarmode-tools",
@@ -2029,6 +2033,7 @@ bom {
20292033
"spring-boot-mustache",
20302034
"spring-boot-neo4j",
20312035
"spring-boot-netty",
2036+
"spring-boot-opentelemetry",
20322037
"spring-boot-properties-migrator",
20332038
"spring-boot-pulsar",
20342039
"spring-boot-quartz",
@@ -2042,6 +2047,7 @@ bom {
20422047
"spring-boot-security-oauth2-authorization-server",
20432048
"spring-boot-security-oauth2-client",
20442049
"spring-boot-security-oauth2-resource-server",
2050+
"spring-boot-security-saml2",
20452051
"spring-boot-sendgrid",
20462052
"spring-boot-session",
20472053
"spring-boot-session-data-mongodb",
@@ -2118,7 +2124,9 @@ bom {
21182124
"spring-boot-webclient",
21192125
"spring-boot-webflux",
21202126
"spring-boot-webmvc",
2121-
"spring-boot-websocket"
2127+
"spring-boot-webservices",
2128+
"spring-boot-websocket",
2129+
"spring-boot-zipkin"
21222130
]
21232131
plugins = [
21242132
"spring-boot-maven-plugin"

0 commit comments

Comments
 (0)